react-native-image-editor
react-native-image-editor copied to clipboard
fix: use of external storage should be optional
trafficstars
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.