kfiroo / react-native-cached-image

CachedImage component for react-native
MIT License
940 stars 468 forks source link

Is it possible not auto-downloading the images? #115

Closed tarouboy closed 3 years ago

tarouboy commented 6 years ago

Sometimes the image file size are quite large. If user is connected to cellular network and everything being downloaded automatically it maybe not a very good idea.

Is that possible to include an option the CachedImage won't auto-download if cache not found, until user tap on it to initiate the download? ( Show default source before user tap on it ).