(
instance: RNComponent,
newProps: RNProps,
rootContainerInstance: AppContainer,
context: any
)
| 38 | workInProgress?: Fiber |
| 39 | ): RNComponent; |
| 40 | finalizeInitialChildren( |
| 41 | instance: RNComponent, |
| 42 | newProps: RNProps, |
| 43 | rootContainerInstance: AppContainer, |
| 44 | context: any |
| 45 | ) { |
| 46 | return false; |
| 47 | } |
| 48 | commitMount( |
| 49 | instance: RNComponent, |
| 50 | newProps: RNProps, |