A Camera component for React Native. Also reads barcodes.
npm install react-native-infy-camerajsx
import { RNCamera, FaceDetector } from 'react-native-infy-camera';
`
$3
1. npm i react-native-infy-camera
##### Permissions
To use the camera,
1) On Android you should ask for camera permission:
`java
`
To enable video recording feature, you must have to add the following code in AndroidManifest.xml:
`java
`
!5j2jduk
2) On iOS, you should update Info.plist with a usage description for camera
`xml
...
NSCameraUsageDescription
Your own description of the purpose
...
``