React native simple camera implementation
npm install react-native-simple-camera
import { SimpleCameraView } from "react-native-simple-camera";
// ...
<SimpleCameraView color="tomato" />
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library