teslamotors / react-native-camera-kit

A high performance, easy to use, rock solid camera library for React Native apps.
MIT License
2.42k stars 577 forks source link

react native camera kit is not covering full screen (IOS) #663

Closed muffix200 closed 1 month ago

muffix200 commented 1 month ago

photo_2024-05-20_08-41-26

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

muffix200 commented 1 month ago

resizeMode="cover" fixed this issue by default it's contain