0.1.0 • Published 2 years ago

react-native-xqr-code v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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