rodgomesc / vision-camera-code-scanner

VisionCamera Frame Processor Plugin to read barcodes using MLKit Vision QrCode Scanning
MIT License
336 stars 221 forks source link

This Package needs update to support RNVC v3 #159

Open samcodeng opened 1 year ago

samcodeng commented 1 year ago

This package is lacking maintenance, keep running into issues building with latest rnvc ...... you all should try out https://github.com/teslamotors/react-native-camera-kit#readme if you've been having same issue

UPDATE ---- check this out guys, react-native-vision-camera now does QR/Barcode scanning https://www.react-native-vision-camera.com/docs/guides/code-scanning that solves our problem ✌🏼

niStee commented 1 year ago

An update that removes the reanimated dependency and supports worklets-core would be most welcome.

ArturKalach commented 1 year ago

Hello there,

Is someone working on migrating to the latest RNVC? If not, I would like to try, but I don't want to waste time if someone is already working on it.

OnurGuersoy commented 1 year ago

Hey there is an open PR for it https://github.com/rodgomesc/vision-camera-code-scanner/pull/139 looks almost ready to me

mgcrea commented 1 year ago

I've also just released a frame processor rebuilt for vision-camera 3+ that can do high (configurable) fps scanning and provides highlighting of detected barcodes out-of-the-box.

You can check a working demo on GitHub @mgcrea/vision-camera-barcode-scanner.

Hope it can help others.