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