callstack / react-native-image-editor

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

Cache remote uri #75

Open ktjd123 opened 4 years ago

ktjd123 commented 4 years ago

Feature request

Why it is needed

when calling multiple times with remote uri, it downloads multiple times.

it would be great if it only calls first time. and be synced with Image class from react-native

Possible implementation

Code sample