From ba4787810302f41435024c687393ea3416c80b21 Mon Sep 17 00:00:00 2001 From: samuela Date: Wed, 3 Jan 2018 22:07:14 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index fd51114..0f79b25 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ To enable `video recording` feature you have to add the following code to the `A ### Requirements 1. JDK >= 1.7 (if you run on 1.6 you will get an error on "_cameras = new HashMap<>();") -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: +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: ``` NSCameraUsageDescription Your message to user when the camera is accessed for the first time @@ -56,8 +56,6 @@ To enable `video recording` feature you have to add the following code to the `A Your message to user when the photo library is accessed for the first time ``` -NSPhotoLibraryAddUsageDescription - ### Mostly automatic install with react-native 1. `npm install react-native-camera --save` 3. `react-native link react-native-camera`