Skip to content

Commit e2e08bd

Browse files
committed
📝 Remove strings that were removed from the native SDK
1 parent 4057263 commit e2e08bd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

ios/RNInstabug/InstabugReactBridge.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,9 +440,6 @@ - (NSDictionary *)constantsToExport
440440
@"screenRecording": @(IBGStringScreenRecording),
441441
@"image": @(IBGStringImage),
442442
@"surveyEnterYourAnswer": @(IBGStringSurveyEnterYourAnswerPlaceholder),
443-
@"surveyNoAnswerTitle": @(IBGStringSurveyNoAnswerTitle),
444-
@"surveyNoAnswerMessage": @(IBGStringSurveyNoAnswerMessage),
445-
@"surveySubmitTitle": @(IBGStringSurveySubmitTitle),
446443
@"videPressRecord": @(IBGStringVideoPressRecordTitle),
447444
@"collectingDataText": @(IBGStringCollectingDataText)
448445
};

ios/RNInstabug/RCTConvert+InstabugEnums.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ @implementation RCTConvert (InstabugEnums)
115115
@"screenRecording": @(IBGStringScreenRecording),
116116
@"image": @(IBGStringImage),
117117
@"surveyEnterYourAnswer": @(IBGStringSurveyEnterYourAnswerPlaceholder),
118-
@"surveyNoAnswerTitle": @(IBGStringSurveyNoAnswerTitle),
119-
@"surveyNoAnswerMessage": @(IBGStringSurveyNoAnswerMessage),
120-
@"surveySubmitTitle": @(IBGStringSurveySubmitTitle),
121118
@"videPressRecord": @(IBGStringVideoPressRecordTitle),
122119
@"collectingDataText": @(IBGStringCollectingDataText)
123120
}), IBGStringShakeHint, integerValue);

0 commit comments

Comments
 (0)