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

cachable image

Open jjhesk opened this issue 9 years ago • 1 comments

can this make it easy for cache image?

jjhesk avatar Feb 22 '17 03:02 jjhesk

There is already a great package https://github.com/wcandillon/react-native-img-cache for handling cache. I think there should be a props to switch on off between using <CachedImage> and <Image> at line 101 in TransformableImage.js Not much to implement but it makes this package to depend on react-native-img-cache. Please consider.

anhreg avatar May 24 '17 18:05 anhreg