ggunti / react-native-amazing-cropper

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

Selected image and cropping image both are different #4

Closed Ektasahusahu closed 5 years ago

Ektasahusahu commented 5 years ago

I am selecting a different part of image but the cropping image are different.

I am passing camera capture image uri path.

Here is the code: <AmazingCropper onDone={this.onDone} onCancel={this.onCancel} imageUri={this.state.image.uri} imageWidth={1600} imageHeight={2396} NOT_SELECTED_AREA_OPACITY={0.3} BORDER_WIDTH={20} />

please help me thank you.

ggunti commented 5 years ago

Where is the code?