Skip to content

How to use with wix/react-native-navigation v2 #212

Description

@dungnguyen10989

RNN v2 using other structure, and it's MainActivity it not contain onCreate method to init Fabric.
`public class MainActivity extends NavigationActivity {

@Override
protected String getJSBundleFile() {
    return CodePush.getJSBundleFile();
}

@Override
public void onActivityResult(int requestCode, int resultCode, Intent data) {
    super.onActivityResult(requestCode, resultCode, data);
    MainApplication.getCallbackManager().onActivityResult(requestCode, resultCode, data);
}

}`
How can I resolve this issue ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions