Closed muffix200 closed 6 months ago
I'm trying beta versions, but the camera is not covering the full screen on iOS, no problem with Android
Code:
<Camera ... style={{flex:1}} scanBarcode={true} onReadCode={(event) => Alert.alert('QR code found')} showFrame={true} laserColor='red' frameColor='white' />
react-navigation/native version: 6.1.9 react native version: 0.72.7 react-native-camera-kit version: v14.0.0-beta15, v14.0.0-beta13
resizeMode="cover" fixed this issue by default it's contain
I'm trying beta versions, but the camera is not covering the full screen on iOS, no problem with Android
Code:
<Camera ... style={{flex:1}} scanBarcode={true} onReadCode={(event) => Alert.alert('QR code found')} showFrame={true} laserColor='red' frameColor='white' />
react-navigation/native version: 6.1.9 react native version: 0.72.7 react-native-camera-kit version: v14.0.0-beta15, v14.0.0-beta13