vision-camera-code-scanner
vision-camera-code-scanner copied to clipboard
Problem with react native vision camera v3
When it will be going with react native vision camera?
Is this repo still being maintained?, I think it is not
Is this repo still being maintained?, I think it is not
Now it's better to use https://github.com/DeveloperMCD/vision-camera-v3-barcode-scanner?
There is also this one https://github.com/ademirtemur/vision-camera-code-scanner-3v
react-native-vision-camera can do now QR/Barcode scanning https://www.react-native-vision-camera.com/docs/guides/code-scanning
@ncsdrgsh How did you apply useCodeScanner? the react-native-vision-camera package doesn't recognize useCodeScanner, right? Could you explain to me the correct way to implement QR/Barcode scanning with react-native-vision-camera?
@alexarruda Update to react-native-vision camera to 3.3.1.
Version 3.3.0 added a code scanner directly to the lib https://github.com/mrousavy/react-native-vision-camera/releases/tag/v3.3.0
See instructions in the docs. https://react-native-vision-camera.com/docs/guides/code-scanning
@hsjoberg thanks so much, it was because of the version 👍🏻