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
rosskhanas commented
shawnmitchell commented
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.
rosskhanas commented
@shawnmitchell PR is welcome ๐
josh-klimaszewski commented
@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.
sreuter commented
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.