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 a271d14 commit a3b867aCopy full SHA for a3b867a
ios/RNInstabug/InstabugReactBridge.m
@@ -577,9 +577,12 @@ - (NSDictionary *)constantsToExport
577
@"reportBugDescription": kIBGReportBugDescriptionStringName,
578
@"reportFeedbackDescription": kIBGReportFeedbackDescriptionStringName,
579
@"reportQuestionDescription": kIBGReportQuestionDescriptionStringName,
580
- @"requestFeatureDescription": kIBGRequestFeatureDescriptionStringName
+ @"requestFeatureDescription": kIBGRequestFeatureDescriptionStringName,
581
582
- };
+ @"discardAlertCancel": kIBGDiscardAlertCancel,
583
+ @"discardAlertAction": kIBGDiscardAlertAction,
584
+ @"addAttachmentButtonTitleStringName": kIBGAddAttachmentButtonTitleStringName
585
+ };
586
};
587
588
- (void) setBaseUrlForDeprecationLogs {
0 commit comments