File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1105,6 +1105,7 @@ module.exports = {
11051105 messageNotification : Instabug . messageNotification ,
11061106 messagesNotificationAndOthers : Instabug . messagesNotificationAndOthers ,
11071107 conversationTextFieldHint : Instabug . conversationTextFieldHint ,
1108- collectingDataText : Instabug . collectingDataText
1108+ collectingDataText : Instabug . collectingDataText ,
1109+ ...Platform . OS === 'ios' && { thankYouAlertText : Instabug . thankYouAlertText } ,
11091110 }
11101111} ;
Original file line number Diff line number Diff line change @@ -496,7 +496,8 @@ - (NSDictionary *)constantsToExport
496496 @" image" : @(IBGStringImage),
497497 @" surveyEnterYourAnswer" : @(IBGStringSurveyEnterYourAnswerPlaceholder),
498498 @" videPressRecord" : @(IBGStringVideoPressRecordTitle),
499- @" collectingDataText" : @(IBGStringCollectingDataText)
499+ @" collectingDataText" : @(IBGStringCollectingDataText),
500+ @" thankYouAlertText" : @(IBGStringThankYouAlertText)
500501 };
501502};
502503
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ @implementation RCTConvert (InstabugEnums)
130130 @" image" : @(IBGStringImage),
131131 @" surveyEnterYourAnswer" : @(IBGStringSurveyEnterYourAnswerPlaceholder),
132132 @" videPressRecord" : @(IBGStringVideoPressRecordTitle),
133- @" collectingDataText" : @(IBGStringCollectingDataText)
133+ @" collectingDataText" : @(IBGStringCollectingDataText),
134+ @" thankYouAlertText" : @(IBGStringThankYouAlertText)
134135 }), IBGStringShakeHint, integerValue);
135136@end
You can’t perform that action at this time.
0 commit comments