An open API service indexing awesome lists of open source software.

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

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?