Search in sources :

Example 1 with ExternalComponent

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;
}
Also used : JSONObject(org.json.JSONObject) ExternalComponent(com.reactnativenavigation.options.ExternalComponent) Text(com.reactnativenavigation.options.params.Text)

Aggregations

ExternalComponent (com.reactnativenavigation.options.ExternalComponent)1 Text (com.reactnativenavigation.options.params.Text)1 JSONObject (org.json.JSONObject)1