Search code examples
react-nativeqr-codeexpo

Qr-code decoder from image file (react native)


Im looking for a Way to decode qr-code from image file in react native (ios specifically)... I know expo provides camera scanner solution ... But im in need for file decoder

Any help is very much appreciated.


Solution

  • Answering my own question...

    I posted the solution that I came up with in detail in this blog post

    Also the final code is Available on Github