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