Fix Sample app

This commit is contained in:
DevHossamHassan
2017-07-06 20:08:53 +02:00
parent a9cee98847
commit 973d5fcb59
6 changed files with 45 additions and 17 deletions
@@ -122,7 +122,11 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
super(reactContext);
this.androidApplication = androidApplication;
this.mInstabug = mInstabug;
Instabug.invoke();
try {
Instabug.invoke();
} catch (Exception e) {
e.printStackTrace();
}
}
@Override