mgcrea / vision-camera-barcode-scanner

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

Android: Scanner crashes upon opening in 0.11.0 #31

Closed seanpcoyle closed 4 months ago

seanpcoyle commented 4 months ago

It looks like I introduced a bug in #30 in which we're passing a surface orientation integer rather than degrees (specifically 0/90/180/270).

I'll have a fix PRed shortly.