File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -1316,6 +1316,15 @@ const InstabugModule = {
1316
1316
conversationTextFieldHint : Instabug . conversationTextFieldHint ,
1317
1317
collectingDataText : Instabug . collectingDataText ,
1318
1318
thankYouAlertText : Instabug . thankYouAlertText ,
1319
+ welcomeMessageBetaWelcomeStepTitle : Instabug . welcomeMessageBetaWelcomeStepTitle ,
1320
+ welcomeMessageBetaWelcomeStepContent : Instabug . welcomeMessageBetaWelcomeStepContent ,
1321
+ welcomeMessageBetaHowToReportStepTitle : Instabug . welcomeMessageBetaHowToReportStepTitle ,
1322
+ welcomeMessageBetaHowToReportStepContent : Instabug . welcomeMessageBetaHowToReportStepContent ,
1323
+ welcomeMessageBetaFinishStepTitle : Instabug . welcomeMessageBetaFinishStepTitle ,
1324
+ welcomeMessageBetaFinishStepContent : Instabug . welcomeMessageBetaFinishStepContent ,
1325
+ welcomeMessageLiveWelcomeStepTitle : Instabug . welcomeMessageLiveWelcomeStepTitle ,
1326
+ welcomeMessageLiveWelcomeStepContent : Instabug . welcomeMessageLiveWelcomeStepContent
1327
+
1319
1328
}
1320
1329
} ;
1321
1330
Original file line number Diff line number Diff line change @@ -699,7 +699,16 @@ - (NSDictionary *)constantsToExport
699
699
@" surveyEnterYourAnswer" : @(IBGStringSurveyEnterYourAnswerPlaceholder),
700
700
@" videPressRecord" : @(IBGStringVideoPressRecordTitle),
701
701
@" collectingDataText" : @(IBGStringCollectingDataText),
702
- @" thankYouAlertText" : @(IBGStringThankYouAlertText)
702
+ @" thankYouAlertText" : @(IBGStringThankYouAlertText),
703
+
704
+ @" welcomeMessageBetaWelcomeStepTitle" : @(IBGBetaWelcomeMessageWelcomeStepTitle),
705
+ @" welcomeMessageBetaWelcomeStepContent" : @(IBGBetaWelcomeMessageWelcomeStepContent),
706
+ @" welcomeMessageBetaHowToReportStepTitle" : @(IBGBetaWelcomeMessageHowToReportStepTitle),
707
+ @" welcomeMessageBetaHowToReportStepContent" : @(IBGBetaWelcomeMessageHowToReportStepMessage),
708
+ @" welcomeMessageBetaFinishStepTitle" : @(IBGBetaWelcomeMessageFinishStepTitle),
709
+ @" welcomeMessageBetaFinishStepContent" : @(IBGBetaWelcomeMessageFinishStepContent),
710
+ @" welcomeMessageLiveWelcomeStepTitle" : @(IBGLiveWelcomeMessageTitle),
711
+ @" welcomeMessageLiveWelcomeStepContent" : @(IBGLiveWelcomeMessageMessage)
703
712
};
704
713
};
705
714
Original file line number Diff line number Diff line change @@ -158,6 +158,14 @@ @implementation RCTConvert (InstabugEnums)
158
158
@" surveyEnterYourAnswer" : @(IBGStringSurveyEnterYourAnswerPlaceholder),
159
159
@" videPressRecord" : @(IBGStringVideoPressRecordTitle),
160
160
@" collectingDataText" : @(IBGStringCollectingDataText),
161
- @" thankYouAlertText" : @(IBGStringThankYouAlertText)
161
+ @" thankYouAlertText" : @(IBGStringThankYouAlertText),
162
+ @" welcomeMessageBetaWelcomeStepTitle" : @(IBGBetaWelcomeMessageWelcomeStepTitle),
163
+ @" welcomeMessageBetaWelcomeStepContent" : @(IBGBetaWelcomeMessageWelcomeStepContent),
164
+ @" welcomeMessageBetaHowToReportStepTitle" : @(IBGBetaWelcomeMessageHowToReportStepTitle),
165
+ @" welcomeMessageBetaHowToReportStepContent" : @(IBGBetaWelcomeMessageHowToReportStepMessage),
166
+ @" welcomeMessageBetaFinishStepTitle" : @(IBGBetaWelcomeMessageFinishStepTitle),
167
+ @" welcomeMessageBetaFinishStepContent" : @(IBGBetaWelcomeMessageFinishStepContent),
168
+ @" welcomeMessageLiveWelcomeStepTitle" : @(IBGLiveWelcomeMessageTitle),
169
+ @" welcomeMessageLiveWelcomeStepContent" : @(IBGLiveWelcomeMessageMessage)
162
170
}), IBGStringShakeHint, integerValue);
163
171
@end
You can’t perform that action at this time.
0 commit comments