react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
Limit the user on the size of the cropping can be done
Version
Tell us which versions you are using:
- react-native-image-crop-picker v0.40.0
- react-native v17.0.2
Platform
- iOS
- Android
Is there a way to limit the size on how much the crop rectangle can be zoomed in towards the image. I need to restrict the user from cropping a very small piece from the image.
https://github.com/ivpusic/react-native-image-crop-picker/assets/141608087/615eeb44-3b69-4d2c-8fe1-4668725d2200
As the above video, i need to restrict the user from zooming so much into the image and give a limit into how much cropping can be done
+1
I have the same case, can it be done somehow with this library? I would like to limit max zoom to lets say 1000px1000px on photo. Any idea?