📝 Remove strings that were removed from the native SDK

This commit is contained in:
Salma ElTarzi 2017-12-28 13:14:32 +02:00
parent 4057263150
commit e2e08bd831
2 changed files with 0 additions and 6 deletions

View File

@ -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)
};

View File

@ -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);