moaazsidat / react-native-qrcode-scanner

A QR code scanner component for React Native.
MIT License
2.04k stars 516 forks source link

Look set height not work in android device ? #383

Open ponleukea opened 2 years ago

ponleukea commented 2 years ago

<QRCodeScanner cameraStyle={{ width: 300, height: 170, alignSelf: 'center', }} ........ />

What's happening?

I try set height but look like not work on android device but on iOS working

Build details?

OPEN-9 commented 2 years ago

I have also encountered this problem, is there a solution? Thank you