react-native-image-crop-tools
react-native-image-crop-tools copied to clipboard
The image is get zoomed when i rotate the image after the aspect ratio change
I have used this package in my project. I changed the image view based on aspect ratio. After that i have rotated the image. If i rotate the image. every time the image is got zoomed and image view display also wrong.
Could you please let me know how to fix this error.
Use Case: Select the image Change the aspect ratio for example 5: 7 Rotate the image
This happens when you have the aspect ratio locked. The image is rotated but to keep the aspect ratio, it is zoomed in. This is done to keep the crop boundary within the pre-rotation boundary.
Is it different on Android?
No. I tried in iOS only. Is this possible to fix this issue.
Unfortunately, no. This library is using another library under the hood. 'TOCropViewController' they'll have to fix it at their end