Update README.md
This commit is contained in:
parent
5c70559308
commit
fdfc27a1cc
|
@ -110,7 +110,7 @@ react-native link react-native-image-crop-picker
|
|||
|
||||
##### iOS
|
||||
|
||||
In Xcode open Info.plist and add string key `NSPhotoLibraryUsageDescription` with value that describes why do you need access to user photos. More info here https://forums.developer.apple.com/thread/62229
|
||||
In Xcode open Info.plist and add string key `NSPhotoLibraryUsageDescription` with value that describes why do you need access to user photos. More info here https://forums.developer.apple.com/thread/62229. Depending on what features you use, you also may need `NSCameraUsageDescription` and `NSMicrophoneUsageDescription` keys.
|
||||
|
||||
###### cocoapods users
|
||||
|
||||
|
|
Loading…
Reference in New Issue