I want to localize the usage descriptions in the ios.infoPlist
key of the app.json
file. For example:
{"ios": {"infoPlist": {"NSCameraUsageDescription": "This app uses the camera to do something","NSPhotoLibraryUsageDescription": "This app accesses the library to do something" } }
I know that, if my project was ejected, I could go into the ios
files and add InfoPlist.strings
.
But in an Expo managed workflow, how can this be done?