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 = {
13161316 conversationTextFieldHint : Instabug . conversationTextFieldHint ,
13171317 collectingDataText : Instabug . collectingDataText ,
13181318 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+
13191328 }
13201329} ;
13211330
Original file line number Diff line number Diff line change @@ -699,7 +699,16 @@ - (NSDictionary *)constantsToExport
699699 @" surveyEnterYourAnswer" : @(IBGStringSurveyEnterYourAnswerPlaceholder),
700700 @" videPressRecord" : @(IBGStringVideoPressRecordTitle),
701701 @" 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)
703712 };
704713};
705714
Original file line number Diff line number Diff line change @@ -158,6 +158,14 @@ @implementation RCTConvert (InstabugEnums)
158158 @" surveyEnterYourAnswer" : @(IBGStringSurveyEnterYourAnswerPlaceholder),
159159 @" videPressRecord" : @(IBGStringVideoPressRecordTitle),
160160 @" 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)
162170 }), IBGStringShakeHint, integerValue);
163171@end
You can’t perform that action at this time.
0 commit comments