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.
BugReporting.setDidSelectPromptOptionHandler
1 parent 3f1d54f commit f8e83e7Copy full SHA for f8e83e7
ios/RNInstabug/InstabugBugReportingBridge.m
@@ -89,7 +89,7 @@ + (BOOL)requiresMainQueueSetup
89
}
90
91
92
-RCT_EXPORT_METHOD(didSelectPromptOptionHandler:(RCTResponseSenderBlock)callBack) {
+RCT_EXPORT_METHOD(setDidSelectPromptOptionHandler:(RCTResponseSenderBlock)callBack) {
93
if (callBack != nil) {
94
95
IBGBugReporting.didSelectPromptOptionHandler = ^(IBGPromptOption promptOption) {
0 commit comments