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

Is there a way to save the cropped image?

Open jonatasfernandespimenta opened this issue 4 years ago • 0 comments

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?

jonatasfernandespimenta avatar Dec 10 '20 15:12 jonatasfernandespimenta