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