MCPcopy Index your code
hub / github.com/nodegui/react-nodegui / prepareUpdate

Function prepareUpdate

src/components/config.ts:56–64  ·  view source on GitHub ↗
(
    instance: RNComponent,
    oldProps: RNProps,
    newProps: RNProps,
    rootContainerInstance: AppContainer,
    hostContext: any
  )

Source from the content-addressed store, hash-verified

54 }
55 // Update methods:
56 prepareUpdate(
57 instance: RNComponent,
58 oldProps: RNProps,
59 newProps: RNProps,
60 rootContainerInstance: AppContainer,
61 hostContext: any
62 ): UpdatePayload {
63 return true;
64 }
65 abstract commitUpdate(
66 instance: RNComponent,
67 updatePayload: any,

Callers 1

index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected