react-native-camera-kit icon indicating copy to clipboard operation
react-native-camera-kit copied to clipboard

Frame in android are cut

Open cccolo opened this issue 3 years ago • 0 comments

The frame in android are cutted, in ios work fine.

Screenshot_20220928_233725

Code:

<Camera
          style={{
            width: Dimensions.get('window').width,
            height: Dimensions.get('window').width,
            justifyContent: 'center',
            alignContent: 'center',
          }}
          cameraType={CameraType.Back}
          scanBarcode={true}
          showFrame={true} 
          laserColor={'red'} 
          ratioOverlay={'16:9'}
          zoomMode={'off'}
          cameraOptions={{
            ratioOverlayColor: '#00000077',
          }}
        />

cccolo avatar Sep 29 '22 02:09 cccolo