ImageCacheManager,//the logic behind cache machanism - ttl, fs, url resolving etc. }=require('react-native-cached-image-viewer'); ImageCacheManager This is where all the cache magic takes place. The API usually takes aURLand a set ofImageCacheManagerOptions. ...
importReactfrom'react';import{CachedImage,ImageCacheProvider}from'react-native-cached-image';constimages=['https://example.com/images/1.jpg','https://example.com/images/2.jpg','https://example.com/images/3.jpg',// ...];exportdefaultclassExampleextendsReact.Component{render(){return(<ImageCa...
exactly we have the same issue with react-native-fast-image. based on your issue here, is this library a good alternative choice to use in RN 0.57 ? bumpingChris commented Jun 20, 2019 We're also experiencing the same memory issue: Using RN 0.58.6 With cached-image: Without cached-...
npm audit security report finds 2 vulnerabilities Potential dup of #132 Please fix soon! Steps: run npm install EXPECTED: no npm audit security report warnings ACTUAL: react-native-cached-image triggers npm audit security report warnings...