From 77e158dc2dedcd1303b2f077bee63ff3be2739f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= Date: Sun, 17 Jun 2018 21:52:27 +0200 Subject: [PATCH] Change README making clear what is android-only (#1637) --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39a9651..f403624 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,21 @@ # 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) [![npm downloads](https://img.shields.io/npm/dm/react-native-camera.svg)](https://www.npmjs.com/package/react-native-camera) -The comprehensive camera module for React Native. Including photographs, videos, face detection, barcode scanning and text recognition (Android only)! +The comprehensive camera module for React Native. -`import { RNCamera, FaceDetector } from 'react-native-camera';` +Supports: + +- photographs. +- videos +- face detection +- barcode scanning +- text recognition (Android only) + + +### Example import + +```jsx +import { RNCamera, FaceDetector } from 'react-native-camera'; +``` #### How to use master branch? Inside your package.json, use this