Qr-code decoder from image file (react native)

半腔热情 提交于 2019-12-13 14:24:05

问题


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.


回答1:


You can use the jsQR library to read QR codes from image files. To choose a file from storage you can try the React Native Image Picker library.




回答2:


May be you can use this react-native-qrcode-local-image



来源:https://stackoverflow.com/questions/51920987/qr-code-decoder-from-image-file-react-native

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!