-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
barcodeRead is always false even after scanning #43
Comments
one more issue found, it scans not only qrcode but all barcode types despite |
@taeingyu It would be helpful if you could share a minimal reproducible repo. If not, it would just take a little longer for me to reproduce it. Regarding the Barcode issue, that would be RNCamera issue. This library is just a Finder area Mask that really does not dictate how the Camera module actually works. Have you tried looking at the Issues on react-native-camera for the barcodeTypes issue? Thanks for reporting the issue. Just a headsup, I'm going to participate in a local Game Jam this weekend so I might not be able to look into this for couple of days. |
@nartc Thanks for quick reply, this is the reproducible repo https://github.com/taeingyu/react-native-barcode-mask-example only for iOS. Unfortunately without |
@taeingyu Thanks. I'll take a look as soon as I have a chance. |
@taeingyu Please check out the latest release to see if it works out for you. Please read the README regarding |
🎉 This issue has been resolved in version 1.1.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
It works great! and the new |
To Reproduce
Expected behavior
console.log() message should be
However
barcodeRead
is always false, so it does not changebarcodeTypes
prop.Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: