-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cropping not correct #37
Comments
I faced the same issue and since no one replied i tried to fix it myself and after many hours of trial and error i did managed to fix it and enhanced the usage, use this modified component for testing react-native-perspective-image-cropper.zip Make sure to change android/settings.gradle to point to the folder where you have pasted the component for e.g
and change import statement to
If your issue is fixed as well, i can make a PR |
Thank you so much, this works great! |
Oops, my bad, i was just tinkering with exif to see if it helps and forgot to remove it, glad that it worked though :) |
@maknom66 |
can any one can send source code ? |
source code for only file where u used this component |
thankyou so so much @maknom66 . |
@maknom66 Did you manage to resolve this issue on iOS? Your version works really well on Android but as @hashimkhatri mentioned it is not cropping correctly on iOS. |
@maknom66 Thanks so much for the fix! If you have time please make a PR. I would like to avoid manual inclusion of the resources if possible. |
Using a variant of react-native-perspective-image-cropper: Michaelvilleneuve/react-native-perspective-image-cropper#37 C:\Users\lyous\OneDrive\Desktop\Github\Custom-Modules\react-native-perspective-image-cropper
@maknom66 In android working fine, Having issue in iOS after capturing image from camera, While picking image from gallery in that scenario it's working fine. |
please see my PR #64 |
Thank You you save my day |
react-native: 0.60.5
react-native-perspective-image-cropper": "^0.4.4
Original:
Selected coords:
Result:
Any idea how to fix this?
The text was updated successfully, but these errors were encountered: