react-native-image-editor icon indicating copy to clipboard operation
react-native-image-editor copied to clipboard

fix: use of external storage should be optional

Open sebbekarlsson opened this issue 4 years ago • 0 comments
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.

sebbekarlsson avatar Sep 27 '21 10:09 sebbekarlsson