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.
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.