react-native-super-camera

Camera Manager

Installation

npm install react-native-super-camera

Usage

import SuperCamera from 'react-native-super-camera';

// ...

<SuperCamera
  visible={open}
  onCancel={() => console.log('cancel take photo')}
  onCapture={(fileUrl) => {
    console.log(fileUrl);
  }}
/>;

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT