Currently I am using react-native-image-crop-picker which works very fine for cropping the image in iOS. But I would like to prevent the zoom in/out feature. Unfortunately it is not supported in this library.
My requirement is,
- Launch cropping window in 4:5 ratio
- Should not allow user to zoom in/out
- User can move the cropping window over the image and can resize the cropping window. But it should in 4:5 ratio
Kindly suggest any other popular library which satisfy above requirement