Method
createInstance
(newProps: InputDialogProps, rootInstance: AppContainer, context: any, workInProgress: Fiber)
Source from the content-addressed store, hash-verified
| 9 | return false; |
| 10 | } |
| 11 | createInstance(newProps: InputDialogProps, rootInstance: AppContainer, context: any, workInProgress: Fiber): RNInputDialog { |
| 12 | const widget = new RNInputDialog(); |
| 13 | widget.setProps(newProps, {}); |
| 14 | return widget; |
| 15 | } |
| 16 | commitMount(instance: RNInputDialog, newProps: InputDialogProps, internalInstanceHandle: any): void { |
| 17 | if (newProps.visible !== false && newProps.open !== false) { |
| 18 | instance.show(); |
Callers
nothing calls this directly
Tested by
no test coverage detected