ivpusic / react-native-image-crop-picker

iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping
MIT License
6.07k stars 1.55k forks source link

How can I change the output path of Cropper's temporary images? The cropped images are going to the gallery. I want them to go to another location. #1256

Open brunowbbs opened 4 years ago

brunowbbs commented 4 years ago

Version

Tell us which versions you are using:

Platform

Tell us to which platform this issue is related

Expected behaviour

Actual behaviour

Steps to reproduce

1.

2.

3.

Attachments

// stacktrace or any other useful debug info

Love react-native-image-crop-picker? Please consider supporting our collective: 👉 https://opencollective.com/react-native-image-crop-picker/donate

quyenlt1812 commented 4 years ago

I think it not possible at the moment. Actually the images are going to Pictures folder in Internal Storage and gallery load everything in it. You can see it in album mode. I also post new issue to suggest to create sub-folder in Pictures to save images, or I think another directory. Still waiting for their response.