Method
commitUpdate
(instance: RNInputDialog, updatePayload: any, oldProps: InputDialogProps, newProps: InputDialogProps, finishedWork: Fiber)
Source from the content-addressed store, hash-verified
| 20 | return; |
| 21 | } |
| 22 | commitUpdate(instance: RNInputDialog, updatePayload: any, oldProps: InputDialogProps, newProps: InputDialogProps, finishedWork: Fiber): void { |
| 23 | instance.setProps(newProps, oldProps); |
| 24 | } |
| 25 | } |
| 26 | /** |
| 27 | * Pop up InputDialog inheriting the functionality of nodegui's `QInputDialog` |
Callers
nothing calls this directly
Tested by
no test coverage detected