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

feature: Use cache for images from network #147

Open retyui opened 4 months ago

retyui commented 4 months ago

Summary

Fix: https://github.com/callstack/react-native-image-editor/issues/75

Allow to cache remote uri on Android (iOS does it by default)

Test plan

...