https://github.com/rhdeck/react-native-camera-clean
Simplify iOS deployment of react-native-camera by removing FaceDetector
https://github.com/rhdeck/react-native-camera-clean
Last synced: 11 months ago
JSON representation
Simplify iOS deployment of react-native-camera by removing FaceDetector
- Host: GitHub
- URL: https://github.com/rhdeck/react-native-camera-clean
- Owner: rhdeck
- License: mit
- Created: 2018-02-24T16:39:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T16:43:51.000Z (over 8 years ago)
- Last Synced: 2025-06-25T04:30:06.174Z (12 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-camera-clean
Allows zero-configdeployment of react-native-camera
# Usage
```
yarn add react-native-camera react-native-camera-clean
react-native link
```
That's it.
# Impact
Forces react-native-camera to use the "stub" for face detection. This takes away cool functionality, but allows automatic deployment of the camera without requiring a number of manual steps inside Xcode. Because who like that?