Method
commitUpdate
(instance: RNDialog, updatePayload: any, oldProps: DialogProps, newProps: DialogProps, finishedWork: Fiber)
Source from the content-addressed store, hash-verified
| 28 | return; |
| 29 | } |
| 30 | commitUpdate(instance: RNDialog, updatePayload: any, oldProps: DialogProps, newProps: DialogProps, finishedWork: Fiber): void { |
| 31 | instance.setProps(newProps, oldProps); |
| 32 | } |
| 33 | } |
| 34 | /** |
| 35 | * Pop up Dialog inheriting the functionality of nodegui's `QDialog` |
Callers
nothing calls this directly
Tested by
no test coverage detected