react-native-camera-kit
react-native-camera-kit copied to clipboard
Not able to change width and height of camera view
Issue Description
[Not able to resize cameraview]
<CameraKitCamera ref={(cam) => (this.camera = cam)} cameraOptions={{ flashMode: 'off',
}}
style={{
backgroundColor: colors.transperent,
marginBottom: moderateScale(450),
position: 'absolute',
height:
Dimensions.get('window').height -
moderateScale(isIphoneX() ? 308 : 270),
width: moderateScale(200),
}}
resetFocusTimeout={0}
resetFocusWhenMotionDetected={true}
saveToCameraRoll={false}
/>
[FILL THIS OUT - It will be extremely helpful]
Environment
- React Native Navigation version:5.7.1
- React Native version: 0.63.2
- Platform(s) (iOS, Android, or both?): [Android and iOS]
- Device info : (in all device same issue)
following.
Will look into this.
any update here ?
I'm not able to change width and height of the CameraScreen too ([email protected]
)