react-native-qrcode-rounded
v0.1.6
Published
A fully customizable QR Code generator for React Native based on react-native-svg and javascript-qrcode.
Downloads
519
Maintainers
Readme
react-native-qrcode-rounded
A fully customizable QR Code generator for React Native based on react-native-svg and javascript-qrcode.
Installation
npm install react-native-qrcode-rounded
Usage
import { multiply } from 'react-native-qrcode-rounded';
// ...
const result = await multiply(3, 7);
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