Update README.md

This commit is contained in:
Ivan Pusic 2017-02-08 16:44:55 +01:00 committed by GitHub
parent 5c70559308
commit fdfc27a1cc
1 changed files with 1 additions and 1 deletions

View File

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