react-native-qrcode
react-native-qrcode copied to clipboard
Exporting the generated QR code as image
Would it be possible to get the image of the QR code as a usable image, like base64? Is that something we can already access or is an additional method in the component needed?
The library works perfect also in Expo.
@lucfranken did you work out a solution to this? I'm also wanting to do the same.
We moved to generating the a PDF (for which we needed the image) and used PDFMake which can internally generate a QR code.
你好,不知道你的问题解决了没有,我们也有同样的需求,需要将生成的QR code图片保存到本地 @lucfranken
Hi!, Is there going to be any solution for this ?
I would also like to know about this.