You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While cropping images using react-native-image-crop-picker, aspect ratio options like 1:1, 3:4, Original, 3:2, and 16:9 are appearing.
Selecting 1:1 zooms in on the image, but switching back to Original does not restore the image to its original shape.
The goal is to implement free cropping without any aspect ratio constraints.
The text was updated successfully, but these errors were encountered:
While cropping images using react-native-image-crop-picker, aspect ratio options like 1:1, 3:4, Original, 3:2, and 16:9 are appearing.
Selecting 1:1 zooms in on the image, but switching back to Original does not restore the image to its original shape.
The goal is to implement free cropping without any aspect ratio constraints.
The text was updated successfully, but these errors were encountered: