react-native-image-cropper
react-native-image-cropper copied to clipboard
Crop your images with zoom and pan
I take a picture with the RNCamera, it saves it to cache and returns the uri, I then show the ImageCropper and pass the data.uri to the image prop of...
I just followed the example on index.md and everything works great, except that if I change the values of `maxZoom` and `minZoom`, or set `panToMove` to false or `pinchToZoom` to...
Please support `resizeMode="contain"` because after choose photo from device with CameraRoll it will not hold scale of photo
How to use it now: ``` ``` Result:  👍
Hello! Thanks for a cool component here. I wasn't exactly sure how to phrase the title of this issue. I am wondering if "Instagram-style" cropping, where one dimension of the...
Suppose you have ``` ``` Changing the zoom in the state via .setState does not control the zooming of the cropper. For example I would like to have an "update"...
If you continue to scroll outside of the crop area, the image stays where it should, but the offset increases. Give it 4-5 solid "scroll" motions after it's hit the...
Hi @stoffern, do you think it would be possible to pass as a prop a custom GLImage to the renderer? I"m curious, because I'd like to try using https://github.com/stoffern/gl-react-imagefilters with...