mgcrea / vision-camera-barcode-scanner

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

Remove "native" pixelFormat #30

Closed seanpcoyle closed 4 months ago

seanpcoyle commented 4 months ago

Per the release notes of react-native-vision-camera v4.0.0, support for the 'native' pixel-format has been dropped since 'yuv' is native.

This also addresses paths that were changed in Vision Camera 4.0.0.

Addresses part of #29.

mgcrea commented 4 months ago

Thanks for merge request, great work :)

mgcrea commented 4 months ago

Landed in https://github.com/mgcrea/vision-camera-barcode-scanner/releases/tag/0.11.0

tfcornerstone commented 4 months ago

Thanks, was breaking my build!

@mgcrea @seanpcoyle