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

Always image remains in picture folder, even after manually delete. #1106

Open ghost opened 4 years ago

ghost 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

kararnab commented 4 years ago

I have a fix for this in Android. Don't know iOS much. Can you open a seperate Android and IOS issue in platform affected? Actually, there is a bug in the code that is leaking the images.

ghost commented 4 years ago

@kararnab could you please share your fix?