Method
commitUpdate
(
instance: RNGridView,
updatePayload: any,
oldProps: GridViewProps,
newProps: GridViewProps,
finishedWork: Fiber
)
Source from the content-addressed store, hash-verified
| 38 | } |
| 39 | } |
| 40 | commitUpdate( |
| 41 | instance: RNGridView, |
| 42 | updatePayload: any, |
| 43 | oldProps: GridViewProps, |
| 44 | newProps: GridViewProps, |
| 45 | finishedWork: Fiber |
| 46 | ): void { |
| 47 | instance.setProps(newProps, oldProps); |
| 48 | } |
| 49 | } |
| 50 | |
| 51 | export const GridView = registerComponent<GridViewProps>(new GridViewConfig()); |
Callers
nothing calls this directly
Tested by
no test coverage detected