From d0d0bfa7640791582f976d71ac47e6dfc8152826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marins?= Date: Fri, 12 Jan 2018 14:39:48 -0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 583a1df..edd1e85 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,15 @@ The comprehensive camera module for React Native. Including photographs, videos, ### Experimental RNCamera and FaceDetector module for Android based on Expo camera module (https://docs.expo.io/versions/latest/sdk/camera.html) -You can test and use this from master like this: +You can test and use this from `master` like this: `import { RNCamera, FaceDetector } from 'react-native-camera';` +#### How to use master branch? +Inside your package.json, use this +`"react-native-camera": "git+https://git@github.com/react-native-community/react-native-camera"` +instead of `"react-native-camera": "^0.12.0"`. + ### Contributing - Pull Requests are welcome, if you open a pull request we will do our best to get to it in a timely manner - Pull Request Reviews and even more welcome! we need help testing, reviewing, and updating open PRs