react-native-image-zoom
react-native-image-zoom copied to clipboard
Is there a way to save the cropped image?
I would like to know if there is a way to save the cropped image, like this one does. I really need something like this. At the one I showed, I can get the cropped image URI:
onPictureChoosed={({ uri: uriM }) => setImagesUris([...imagesUris, {uri: uriM, id: id}])}
Is there something like this?