ggunti / react-native-amazing-cropper

Image cropper for react native using Animated API
MIT License
145 stars 83 forks source link

unable to crop image taken from camera Android #58

Closed amaddurrani closed 2 years ago

amaddurrani commented 2 years ago

Hi, I am unable to crop image directly taken from android camera but if i take image from gallery it works perfectly fine i am stuck in it

<AmazingCropper

    onDone={this.onDone}
    onError={this.onError}
    onCancel={this.onCancel}
    imageUri={uri}
    imageWidth={width} //getting width of image
    imageHeight={height} //getting height of image
    NOT_SELECTED_AREA_OPACITY={0.3}
    BORDER_WIDTH={30}
  />

  if i crop image from mid in result it shows the part of image left upper side from the crop area 
ggunti commented 2 years ago

Please try the new version 0.2.3, it should solve your problem.