(
instance: RNComponent,
newProps: RNProps,
internalInstanceHandle: any
)
| 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, |