react-native-vision-camera
react-native-vision-camera copied to clipboard
does the code scanner work for graphene device❓
Question
some users are reporting their QR code scanner doesn't work.
could it be that if a user is using graphene and not using the google api that it may prevent the app to download the MLKit Vision Barcode Scanning ?
What I tried
No response
VisionCamera Version
3.6.8
Additional information
- [ ] I am using Expo
- [X] I have read the Troubleshooting Guide
- [X] I agree to follow this project's Code of Conduct
- [X] I searched for similar questions in the issues page as well as in the discussions page and found none.
bingo!, this seems the key of that issue, the model will definitely not download if google services is not available, are you saying that those devices don't support google services?
Yup, lazy loading needs the Google Services. Did you update your AndroidManifests to include this?
Added a new flag to embed the model in the bundle