react native cached image:react native的CachedImage组件 源码
React本地缓存的图像 用于本机的CachedImage组件 这个软件包的灵感来自惊人的但是增加了一些功能,当我们尝试在我们的react-native应用程序中缓存图像时,我们会缺少这些功能。 安装 npm install react-native-cached-image --save - or - yarn add react-native-cached-image 我们在此软件包中使用处理文件系统访问,并且在安装过程中需要额外的步骤。 您只需要这样做一次。 react-native link react-native-fetch-blob 或者,如果要自动将Android权限添加到
文件列表
react-native-cached-image-master.zip
(预估有个65文件)
react-native-cached-image-master
.gitignore
586B
.babelrc
33B
package.json
2KB
LICENSE
1KB
index.js
277B
ImageCacheManager.js
5KB
__tests__
SimpleMemoryFs.js
2KB
ImageCacheManager-test.js
1KB
暂无评论