Fix invoke issue

This commit is contained in:
DevHossamHassan 2017-07-06 17:12:32 +02:00
parent b5015fd959
commit a9cee98847

View File

@ -122,6 +122,7 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
super(reactContext);
this.androidApplication = androidApplication;
this.mInstabug = mInstabug;
Instabug.invoke();
}
@Override