Method
createInstance
(
newProps: ComboBoxProps,
rootInstance: AppContainer,
context: any,
workInProgress: Fiber
)
Source from the content-addressed store, hash-verified
| 9 | return true; |
| 10 | } |
| 11 | createInstance( |
| 12 | newProps: ComboBoxProps, |
| 13 | rootInstance: AppContainer, |
| 14 | context: any, |
| 15 | workInProgress: Fiber |
| 16 | ): RNComboBox { |
| 17 | const widget = new RNComboBox(); |
| 18 | widget.setProps(newProps, {}); |
| 19 | return widget; |
| 20 | } |
| 21 | finalizeInitialChildren( |
| 22 | instance: RNComboBox, |
| 23 | newProps: ComboBoxProps, |
Callers
nothing calls this directly
Tested by
no test coverage detected