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 2436691 commit 635cf3cCopy full SHA for 635cf3c
ios/RNInstabug/InstabugReactBridge.m
@@ -55,8 +55,8 @@ - (dispatch_queue_t)methodQueue {
55
[IBGBugReporting invoke];
56
}
57
58
-RCT_EXPORT_METHOD(invokeWithInvocationMode:(IBGInvocationMode)invocationMode options:(IBGBugReportingInvocationOption)options) {
59
- [IBGBugReporting invokeWithMode:invocationMode options:options];
+RCT_EXPORT_METHOD(invokeWithInvocationMode:(IBGInvocationMode)invocationMode) {
+ [Instabug invokeWithInvocationMode:invocationMode];
60
61
62
RCT_EXPORT_METHOD(invokeWithInvocationModeAndOptions:(IBGInvocationMode)invocationMode options:(NSArray*)options) {
0 commit comments