1.0.1 • Published 3 years ago

react-native-qrcode-svg-refis360movil v1.0.1

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

react-native-qrcode-svg

A QR Code generator for React Native based on react-native-svg and javascript-qrcode. Please install react-native-svg first.

npm install react-native-svg --save
rnpm link react-native-svg
npm install react-native-qrcode-svg --save
...
import QRCode from 'react-native-qrcode-svg';
...
render(
  <QRCode
    size={300}
    value="this is a qr code."
    color="blue"
    backgroundColor="red"
  />
);
...

react-native-svg

javascript-qrcode