diff --git a/README.md b/README.md index 4a379c7..b55cace 100644 --- a/README.md +++ b/README.md @@ -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