react-native-image-cropper icon indicating copy to clipboard operation
react-native-image-cropper copied to clipboard

Crop your images with zoom and pan

Results 32 react-native-image-cropper issues
Sort by recently updated
recently updated
newest added

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: ![screen shot 2018-09-15 at 3 12 25 pm](https://user-images.githubusercontent.com/25571153/45586117-ce299800-b8f9-11e8-9ecc-83e9a17880e4.png) 👍

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

enhancement