File tree 3 files changed +13
-10
lines changed
3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -782,7 +782,7 @@ module.exports = {
782
782
783
783
/**
784
784
* @param enabled true to show success dialog after submitting a bug report
785
- *
785
+ *
786
786
*/
787
787
setSuccessDialogEnabled : function ( enabled ) {
788
788
Instabug . setSuccessDialogEnabled ( enabled ) ;
@@ -936,6 +936,7 @@ module.exports = {
936
936
team : Instabug . team ,
937
937
messageNotification : Instabug . messageNotification ,
938
938
messagesNotificationAndOthers : Instabug . messagesNotificationAndOthers ,
939
- conversationTextFieldHint : Instabug . conversationTextFieldHint
939
+ conversationTextFieldHint : Instabug . conversationTextFieldHint ,
940
+ collectingDataText : Instabug . collectingDataText
940
941
}
941
942
} ;
Original file line number Diff line number Diff line change @@ -431,10 +431,11 @@ - (NSDictionary *)constantsToExport
431
431
@" screenRecording" : @(IBGStringScreenRecording),
432
432
@" image" : @(IBGStringImage),
433
433
@" surveyEnterYourAnswer" : @(IBGStringSurveyEnterYourAnswerPlaceholder),
434
- @" surveyNoAnswerTitle" : @(kIBGStringSurveyNoAnswerTitle ),
435
- @" surveyNoAnswerMessage" : @(kIBGStringSurveyNoAnswerMessage ),
436
- @" surveySubmitTitle" : @(kIBGStringSurveySubmitTitle ),
437
- @" videPressRecord" : @(kIBGStringVideoPressRecordTitle )
434
+ @" surveyNoAnswerTitle" : @(IBGStringSurveyNoAnswerTitle),
435
+ @" surveyNoAnswerMessage" : @(IBGStringSurveyNoAnswerMessage),
436
+ @" surveySubmitTitle" : @(IBGStringSurveySubmitTitle),
437
+ @" videPressRecord" : @(IBGStringVideoPressRecordTitle),
438
+ @" collectingDataText" : @(IBGStringCollectingDataText)
438
439
};
439
440
};
440
441
Original file line number Diff line number Diff line change @@ -108,9 +108,10 @@ @implementation RCTConvert (InstabugEnums)
108
108
@" screenRecording" : @(IBGStringScreenRecording),
109
109
@" image" : @(IBGStringImage),
110
110
@" surveyEnterYourAnswer" : @(IBGStringSurveyEnterYourAnswerPlaceholder),
111
- @" surveyNoAnswerTitle" : @(kIBGStringSurveyNoAnswerTitle ),
112
- @" surveyNoAnswerMessage" : @(kIBGStringSurveyNoAnswerMessage ),
113
- @" surveySubmitTitle" : @(kIBGStringSurveySubmitTitle ),
114
- @" videPressRecord" : @(kIBGStringVideoPressRecordTitle )
111
+ @" surveyNoAnswerTitle" : @(IBGStringSurveyNoAnswerTitle),
112
+ @" surveyNoAnswerMessage" : @(IBGStringSurveyNoAnswerMessage),
113
+ @" surveySubmitTitle" : @(IBGStringSurveySubmitTitle),
114
+ @" videPressRecord" : @(IBGStringVideoPressRecordTitle),
115
+ @" collectingDataText" : @(IBGStringCollectingDataText)
115
116
}), IBGStringShakeHint, integerValue);
116
117
@end
You can’t perform that action at this time.
0 commit comments