callstack / react-native-image-editor

A library providing an API for cropping images from the web and the local file system.
MIT License
366 stars 117 forks source link

fix/remove clean task #119

Closed Serg-Kim closed 6 months ago

Serg-Kim commented 11 months ago

Summary

I find the automatic cleaning of cropped images redundant. Not only because it is implemented only for Android, but also because it is not obvious to the developer that his cropped photos will be automatically deleted after the end of the session. This is a problem if you need to persist cropped photos between sessions. Clearing the cache should be delegated to the developer himself.

retyui commented 6 months ago

Thank you for your contribution, this issue was fixed in this PR: https://github.com/callstack/react-native-image-editor/pull/127