cssivision / react-native-qrcode

a minimalist qrcode component for react-native
MIT License
853 stars 304 forks source link

how to save the generated qr code as image #10

Closed shaikhussian closed 8 years ago

shaikhussian commented 8 years ago

hai i tried your module it is helpful but i have a doubt that how to save the generated qr code as image

shaikhussian commented 8 years ago

please respond to this

cssivision commented 8 years ago

this module is only writed to demonstrate qrcode.

On Mon, Apr 4, 2016 at 3:16 PM, shaikhussian notifications@github.com wrote:

please give me response

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/cssivision/react-native-qrcode/issues/10#issuecomment-205169582

shaikhussian commented 8 years ago

can i use onChange here

Naoto-Ida commented 8 years ago

This would require saving the image from a <WebView> component.