ascoders / react-native-image-zoom

react native image pan and zoom
MIT License
639 stars 282 forks source link

Is there a way to save the cropped image? #159

Open jonatasfernandespimenta opened 3 years ago

jonatasfernandespimenta commented 3 years ago

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?