react-native-image-crop-tools
react-native-image-crop-tools copied to clipboard
Native-ish Image Crop Tools for react native
Is it possible to get the coordinates of the guide when interaction ends, like `onInteractionEnd` function which will return `top` `left` `width` `height` values of the rectangle? ``` {}} />...
The `width` and `height` parameters passed to `onImageCrop` are the inverse of the actual image dimensions for the image located at parameter `uri`. This only happens for EXIF-rotated pictures, (e.g....
It's give me "temp_file_.jpg" and i create again a cropped image then new image is replaced with first image due to same name. so how i can change file name...
I got cropped response object in onImageCrop but i can't set the object to another state object?
It happens recently after I increase the compiled SDK to 30 because of this [issue](https://stackoverflow.com/questions/69037481/android-app-wont-build-the-mincompilesdk-31-specified-in-a-dependencys-an). I am not sure whether it is the cause or not. After that, whenever I...
example
Example with aspect ratio select and image rotate.
Good Day! I found crash, and this code helped me: override fun createViewInstance(reactContext: ThemedReactContext): CropImageView { val view = CropImageView(reactContext) view.setOnCropImageCompleteListener { _, result -> if (result.isSuccessful **&& result.cropRect !=...
Hi - is it possible to disable the "homing in" zoom effect while cropping? It's not ideal for my use case and results in the component blowing up outside of...
CropView not showing the image to be cropped only a blank screen is showing. import { CropView } from 'react-native-image-crop-tools'; const [uri, setUri] = useState('https://cdn.pixabay.com/photo/2015/04/23/22/00/tree-736885__480.jpg'); {uri !== undefined && console.warn(res)}...
hello I have to modify the frame of crop view how can I ? I won't be able to customise in native NPM