0.1.6 • Published 6 months ago

react-native-qrcode-rounded v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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