mirror of
https://github.com/status-im/react-native-camera.git
synced 2026-08-31 13:41:08 +00:00
Change README making clear what is android-only (#1637)
This commit is contained in:
committed by
Sibelius Seraphini
parent
5130aa45cd
commit
77e158dc2d
@@ -1,8 +1,21 @@
|
||||
# React Native Camera [](#backers) [](#sponsors) [](http://badge.fury.io/js/react-native-camera) [](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
|
||||
|
||||
Reference in New Issue
Block a user