From 19a95c580de64308d1adbfc4eafc95062734bebb Mon Sep 17 00:00:00 2001 From: Sibelius Seraphini Date: Sun, 7 Jan 2018 09:12:01 -0800 Subject: [PATCH] update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40d34f0..46724a9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ - # React Native Camera [![Backers on Open Collective](https://opencollective.com/react-native-camera/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/react-native-camera/sponsors/badge.svg)](#sponsors) [![npm version](https://badge.fury.io/js/react-native-camera.svg)](http://badge.fury.io/js/react-native-camera) [![Gitter](https://badges.gitter.im/lwansbrough/react-native-camera.svg)](https://gitter.im/lwansbrough/react-native-camera) The comprehensive camera module for React Native. Including photographs, videos, and barcode scanning! +### 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: + +`import { RNCamera, FaceDetector } from 'react-native-camera';` + ### 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