Cédric Bollaro

Results 2 comments of Cédric Bollaro

I'm having the same issue using the back camera on Android v10 (Nokia 7.1) and react-native-vision-camera v3.6.8. Camera screen is black and after a few seconds i get the following...

Not at all, here is settings i'm using inside my test component. ```````` const {width: deviceWidth, height: deviceHeight} = Dimensions.get('window'); export const BarcodeScanner = ({onCodeScanned, isActive = true, ...rest}: BarcodeScannerProps)...