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 = {
1105
1105
messageNotification : Instabug . messageNotification ,
1106
1106
messagesNotificationAndOthers : Instabug . messagesNotificationAndOthers ,
1107
1107
conversationTextFieldHint : Instabug . conversationTextFieldHint ,
1108
- collectingDataText : Instabug . collectingDataText
1108
+ collectingDataText : Instabug . collectingDataText ,
1109
+ ...Platform . OS === 'ios' && { thankYouAlertText : Instabug . thankYouAlertText } ,
1109
1110
}
1110
1111
} ;
Original file line number Diff line number Diff line change @@ -496,7 +496,8 @@ - (NSDictionary *)constantsToExport
496
496
@" image" : @(IBGStringImage),
497
497
@" surveyEnterYourAnswer" : @(IBGStringSurveyEnterYourAnswerPlaceholder),
498
498
@" videPressRecord" : @(IBGStringVideoPressRecordTitle),
499
- @" collectingDataText" : @(IBGStringCollectingDataText)
499
+ @" collectingDataText" : @(IBGStringCollectingDataText),
500
+ @" thankYouAlertText" : @(IBGStringThankYouAlertText)
500
501
};
501
502
};
502
503
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ @implementation RCTConvert (InstabugEnums)
130
130
@" image" : @(IBGStringImage),
131
131
@" surveyEnterYourAnswer" : @(IBGStringSurveyEnterYourAnswerPlaceholder),
132
132
@" videPressRecord" : @(IBGStringVideoPressRecordTitle),
133
- @" collectingDataText" : @(IBGStringCollectingDataText)
133
+ @" collectingDataText" : @(IBGStringCollectingDataText),
134
+ @" thankYouAlertText" : @(IBGStringThankYouAlertText)
134
135
}), IBGStringShakeHint, integerValue);
135
136
@end
You can’t perform that action at this time.
0 commit comments