README: Updated Requirements for iOS 10 (#445)

This commit is contained in:
Livio Bieri 2016-10-13 02:35:13 +02:00 committed by Nicolas Charpentier
parent a51041e41a
commit fb3b12b4f1

View File

@ -13,6 +13,7 @@ A camera module for React Native.
### 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.
### Mostly automatic install with react-native
1. `npm install react-native-camera@https://github.com/lwansbrough/react-native-camera.git --save`