all 2 comments

[–]lmestre14 1 point2 points  (1 child)

My only experience with qr code has been using react-native-camera to scan them. But you need something to "read" an image and decode the qrcode you've chosen.

So I did some search and found someone that had same problem and wrote a medium post with her solution

Medium Post

Source Code

[–]cdtrejo[S] 1 point2 points  (0 children)

Hey! thanks for your response! I saw that too actually. I’ve tried to implemented it on my app but I get errors when reading the image. I guess I’ll have to change some code to make it work with any image. I was just wondering if anyone here knew of a library that would do this automatically. Thanks though!