react-native-simple-qr-reader
v0.2.0
Published
A simple qr/barcode reader for react native.
Downloads
6
Maintainers
Readme
react-native-simple-qr-reader
A simple qr/barcode reader for react native.
Installation
npm install react-native-simple-qr-reader
Usage
import { scanQR } from 'react-native-simple-qr-reader';
// ...
const result = await scanQR();
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library