rosskhanas/react-qr-code

Download QR code svg image

AbuSM opened this issue ยท 5 comments

AbuSM commented

Is it possible to download QR code svg image?

P.S. sorry for irrelevant question

Would be nice to be able to attach a ref to the QRCode element instead of relying on document.getElementByID which does not work on React Native.

@shawnmitchell PR is welcome ๐Ÿ™‚

@rosskhanas @shawnmitchell Ran into this issue recently and opened a PR to allow accepting refs. #215

We're currently using these changes as a yarn patch to download QR codes without using document.getElementById. Have not tested React Native but it should work there now too.

Nice one, did anyone get this to work on React Native now using the ref? The example is still using document from the looks of it.