Method
commitUpdate
(
instance: RNTabItem,
updatePayload: any,
oldProps: TabItemProps,
newProps: TabItemProps,
finishedWork: Fiber
)
Source from the content-addressed store, hash-verified
| 27 | return false; |
| 28 | } |
| 29 | commitUpdate( |
| 30 | instance: RNTabItem, |
| 31 | updatePayload: any, |
| 32 | oldProps: TabItemProps, |
| 33 | newProps: TabItemProps, |
| 34 | finishedWork: Fiber |
| 35 | ): void { |
| 36 | instance.setProps(newProps, oldProps); |
| 37 | } |
| 38 | } |
| 39 | |
| 40 | export const TabItem = registerComponent<TabItemProps>(new TabItemConfig()); |
Callers
nothing calls this directly
Tested by
no test coverage detected