Closed seanpcoyle closed 6 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.
react-native-vision-camera
'native'
'yuv'
This also addresses paths that were changed in Vision Camera 4.0.0.
Addresses part of #29.
Thanks for merge request, great work :)
Landed in https://github.com/mgcrea/vision-camera-barcode-scanner/releases/tag/0.11.0
Thanks, was breaking my build!
@mgcrea @seanpcoyle
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.