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

Function commitMount

src/components/config.ts:48–54  ·  view source on GitHub ↗
(
    instance: RNComponent,
    newProps: RNProps,
    internalInstanceHandle: any
  )

Source from the content-addressed store, hash-verified

46 return false;
47 }
48 commitMount(
49 instance: RNComponent,
50 newProps: RNProps,
51 internalInstanceHandle: any
52 ) {
53 return;
54 }
55 // Update methods:
56 prepareUpdate(
57 instance: RNComponent,

Callers 1

index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected