Skip to content

Commit a9cee98

Browse files
Fix invoke issue
1 parent b5015fd commit a9cee98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public RNInstabugReactnativeModule(ReactApplicationContext reactContext, Applica
122122
super(reactContext);
123123
this.androidApplication = androidApplication;
124124
this.mInstabug = mInstabug;
125+
Instabug.invoke();
125126
}
126127

127128
@Override

0 commit comments

Comments
 (0)