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

fix: use of external storage should be optional #99

Open sebbekarlsson opened 3 years ago

sebbekarlsson commented 3 years ago

Summary

This adds an option to make the use of external cache optional.

Test plan

Call cropImage and pass in useInternalCache as true to the crop options; and it will force it to only use the internal cache.