use of com.reactnativenavigation.options.ExternalComponent in project react-native-navigation by wix.
the class ExternalComponentViewControllerTest method createExternalComponent.
private ExternalComponent createExternalComponent() {
ExternalComponent component = new ExternalComponent();
component.name = new Text("fragmentComponent");
component.passProps = new JSONObject();
return component;
}
Aggregations