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 ?
RNN v2 using other structure, and it's MainActivity it not contain onCreate method to init Fabric.
`public class MainActivity extends NavigationActivity {
}`
How can I resolve this issue ?