kazuhikoarase / qrcode-generator

QR Code Generator implementation in JavaScript, Java and more.
https://kazuhikoarase.github.io/qrcode-generator/js/demo/
MIT License
2.1k stars 674 forks source link

[Feature Request] react native support #86

Closed KingAmo closed 4 years ago

KingAmo commented 4 years ago

could this library support react native ? thx.

KingAmo commented 4 years ago

use createDataURL to create a base64 image, and use react native's <Image> to load it