File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -782,7 +782,7 @@ module.exports = {
782782
783783 /**
784784 * @param enabled true to show success dialog after submitting a bug report
785- *
785+ *
786786 */
787787 setSuccessDialogEnabled : function ( enabled ) {
788788 Instabug . setSuccessDialogEnabled ( enabled ) ;
@@ -936,6 +936,7 @@ module.exports = {
936936 team : Instabug . team ,
937937 messageNotification : Instabug . messageNotification ,
938938 messagesNotificationAndOthers : Instabug . messagesNotificationAndOthers ,
939- conversationTextFieldHint : Instabug . conversationTextFieldHint
939+ conversationTextFieldHint : Instabug . conversationTextFieldHint ,
940+ collectingDataText : Instabug . collectingDataText
940941 }
941942} ;
Original file line number Diff line number Diff line change @@ -431,10 +431,11 @@ - (NSDictionary *)constantsToExport
431431 @" screenRecording" : @(IBGStringScreenRecording),
432432 @" image" : @(IBGStringImage),
433433 @" 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)
438439 };
439440};
440441
Original file line number Diff line number Diff line change @@ -108,9 +108,10 @@ @implementation RCTConvert (InstabugEnums)
108108 @" screenRecording" : @(IBGStringScreenRecording),
109109 @" image" : @(IBGStringImage),
110110 @" 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)
115116 }), IBGStringShakeHint, integerValue);
116117@end
You can’t perform that action at this time.
0 commit comments