From d9b1de5db68cd37f3336695b9c22c61a281c7d56 Mon Sep 17 00:00:00 2001 From: Johan Sandmark Date: Sun, 3 Dec 2017 09:57:46 +0100 Subject: [PATCH] Update Readme that CAMERA permission is requierd Developers are lazy, it would help to clarify to new people that normal camera permissions actually are required. Specially under the headline permissions. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 57ed951f6..91928b595 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ The comprehensive camera module for React Native. Including photographs, videos, - if on react-native >= 0.40 `npm i react-native-camera@0.6` ##### Permissions +To use the camera on Android you must ask for camera permission: +```java + +``` To enable `video recording` feature you have to add the following code to the `AndroidManifest.xml`: ```java