react-native-qrcode-scanner
react-native-qrcode-scanner copied to clipboard
Look set height not work in android device ?
<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?
- "react-native-qrcode-scanner": "^1.5.5"
- "react-native": "0.66.3"
- "react-native-camera": "^4.2.1"
I have also encountered this problem, is there a solution? Thank you