Vision Camera Plugin Barcode Scanner
A VisionCamera v2 plugin that utilizes Google ML Kit for parsing.
This project has been abandoned due to the introduction of Vision Camera v4 that included barcode scanning support natively.
As camera libraries were in a bit of flux (react-native-camera deprecated, react-native-vision-camera in development) we found stuck in a situation with our dependencies that our combination of Vision Camera (v2) and Reanimated (v3) left us without a native solution for parsing barcodes.
This library linked up Google ML Kit to the Vision Camera library to provide a plugin based solution for parsing barcodes. Just simply attaching a frame processor to the camera and it would return the parsed barcodes as detected in a callback.
Find on GitHub at sourcetoad/vision-camera-plugin-barcode-scanner