mgcrea / vision-camera-barcode-scanner

High performance barcode scanner for React Native using VisionCamera
MIT License
84 stars 11 forks source link

Address breaking changes in react-native-vision-camera v3.8.0 #20

Closed seanpcoyle closed 7 months ago

seanpcoyle commented 7 months ago

In react-native-vision-camera 3.8.0, Marc made some breaking changes mentioned here. This pull request addresses those breaking changes such that the plugin will build on iOS and Android now.

Important caveat: It has been years since I've done any Java/C development, so please review this PR with a very skeptical eye and feel free to hack it up if need be! It works for me locally™.

Fixes #17.

marcshilling commented 7 months ago

Can confirm this is working for me with vision-camera 3.8.2! @mgcrea can we get a new release with this please?

mgcrea commented 7 months ago

Thanks for the pr! Just released https://github.com/mgcrea/vision-camera-barcode-scanner/releases/tag/0.8.0 with the changes.