mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-01 13:40:42 +00:00
📝 Remove strings that were removed from the native SDK
This commit is contained in:
parent
4057263150
commit
e2e08bd831
@ -440,9 +440,6 @@ RCT_EXPORT_METHOD(isRunningLive:(RCTResponseSenderBlock)callback) {
|
||||
@"screenRecording": @(IBGStringScreenRecording),
|
||||
@"image": @(IBGStringImage),
|
||||
@"surveyEnterYourAnswer": @(IBGStringSurveyEnterYourAnswerPlaceholder),
|
||||
@"surveyNoAnswerTitle": @(IBGStringSurveyNoAnswerTitle),
|
||||
@"surveyNoAnswerMessage": @(IBGStringSurveyNoAnswerMessage),
|
||||
@"surveySubmitTitle": @(IBGStringSurveySubmitTitle),
|
||||
@"videPressRecord": @(IBGStringVideoPressRecordTitle),
|
||||
@"collectingDataText": @(IBGStringCollectingDataText)
|
||||
};
|
||||
|
@ -115,9 +115,6 @@ RCT_ENUM_CONVERTER(IBGString, (@{
|
||||
@"screenRecording": @(IBGStringScreenRecording),
|
||||
@"image": @(IBGStringImage),
|
||||
@"surveyEnterYourAnswer": @(IBGStringSurveyEnterYourAnswerPlaceholder),
|
||||
@"surveyNoAnswerTitle": @(IBGStringSurveyNoAnswerTitle),
|
||||
@"surveyNoAnswerMessage": @(IBGStringSurveyNoAnswerMessage),
|
||||
@"surveySubmitTitle": @(IBGStringSurveySubmitTitle),
|
||||
@"videPressRecord": @(IBGStringVideoPressRecordTitle),
|
||||
@"collectingDataText": @(IBGStringCollectingDataText)
|
||||
}), IBGStringShakeHint, integerValue);
|
||||
|
Loading…
x
Reference in New Issue
Block a user