-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Image blur in IOS #2116
Comments
Any solution? |
Facing the same issue, I think it happens when cropping is true. I can see the image is "compressed" to 200x200 even if I don't do any cropping. When cropping is false the same image is 2848x4288. |
Facing same issue. Seems to be ios only (works as expected on android) |
I am facing a similar issue, when I set the height and width, on Android the cropped image does not respect the new dimensions and repeat the original image dimensions, but on iOS it works fine. |
Version
Tell us which versions you are using:
Platform
Tell us to which platform this issue is related
Mendix, React Native
###Expected behavior
-The image should be picked from the gallery without any blurriness.
-The image should be cropped according to the specified dimensions.
###Actual behavior
-The image appears blurry after being picked from the gallery.
-The cropping does not work as expected.
Love react-native-image-crop-picker? Please consider supporting our collective:
👉 https://opencollective.com/react-native-image-crop-picker/donate
The text was updated successfully, but these errors were encountered: