react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

NSPhotoLibraryUsageDescription not displayed in device language

Open ducdh-dev opened this issue 3 years ago • 1 comments

Version

Tell us which versions you are using:

  • react-native-image-crop-picker v0.37.3
  • react-native v0.67.3

Platform

Tell us to which platform this issue is related

  • iOS

Expected behaviour

NSPhotoLibraryUsageDescription displayed in device language

Actual behaviour

NSPhotoLibraryUsageDescription not displayed in device language

Steps to reproduce

I have created InfoPlist.strings file including 2 keys: NSCameraUsageDescription NSPhotoLibraryUsageDescription

when asked for permission related to NSCameraUsageDescription, it was displayed correctly according to the device language, but when going inside to ask about the permission to limit images NSPhotoLibraryUsageDescription was not displayed according to the device language.

Attachments

The current language of the device is English, my default langugage in Info.plist file is Japanese. correct wrong

// stacktrace or any other useful debug info

Love react-native-image-crop-picker? Please consider supporting our collective: 👉 https://opencollective.com/react-native-image-crop-picker/donate

ducdh-dev avatar May 18 '22 04:05 ducdh-dev