Fix typo in README.md (#546)
This commit is contained in:
parent
048e7414d6
commit
4babe6573c
|
@ -14,7 +14,7 @@ A camera module for React Native.
|
|||
2. With iOS 10 and higher you need to add the "Privacy - Camera Usage Description" key to the info.plist of your project. This should be found in 'your_project/ios/your_project/Info.plist'. Add the following code:
|
||||
```
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>Your message to user when the camera is accesseded for the first time</string>
|
||||
<string>Your message to user when the camera is accessed for the first time</string>
|
||||
|
||||
<!-- Include this only if you are planning to use the camera roll -->
|
||||
<key>NSPhotoLibraryUsageDescription</key>
|
||||
|
|
Loading…
Reference in New Issue