Function
prepareUpdate
(
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, |
Tested by
no test coverage detected