Open jonatasfernandespimenta opened 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?
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:
Is there something like this?