We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf44ef6 commit df5f566Copy full SHA for df5f566
ios/RNInstabug/InstabugReactBridge.m
@@ -59,7 +59,7 @@ - (dispatch_queue_t)methodQueue {
59
}
60
61
RCT_EXPORT_METHOD(dismiss) {
62
- [Instabug dismiss];
+ [IBGBugReporting dismiss];
63
64
65
RCT_EXPORT_METHOD(setReproStepsMode:(IBGUserStepsMode)reproStepsMode) {
0 commit comments