react-native-xqr-code
v0.1.0
Published
test
Downloads
1
Readme
react-native-xqr-code
Extended qr code reader by Kidus Solomon
Installation
npm install react-native-xqr-code
Usage
import { startScan } from "react-native-xqr-code";
// ...
const result = await startScan();
This will return the result of the scan.
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