Skip to content
Advertisement

Tag: qr-code

Share QR React Native

I’m new in react/react native. I’m trying to share a QR Code as image. Generate QR works, but I want to share it as an image (whatsapp, bluetooth, etc). I tried “get base64 string encode of the qrcode” from official documentation, but I just don’t get it What I tried to do (all my code): get error svg.toDataURL is not

Advertisement