ggunti / react-native-amazing-cropper

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

camera image rotate 90 degree #29

Closed Anand8293 closed 4 years ago

Anand8293 commented 4 years ago

when i click image from camera and crop then image automatically rotate 90 degree only in ios android working perfectly.

ggunti commented 4 years ago

So, when you load the image into the cropper it has correct orientation, but after the cropping happened, the image is automatically rotated 90 degree. This is the problem? If yes, please open a new issue and provide some code, or an example project. I did not face this problem yet. Also, please specify which iOS version you use.