kfiroo / react-native-cached-image

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

Cache/preload local asset images #161

Open bendadaniel opened 5 years ago

bendadaniel commented 5 years ago

Hi, Can I cache/preload local images from assets (not remote url)? Before leaving expo I used Image.prefetch(image) can I use this package with similarly way?

Thank you