Adr*_*rta 7 android caching ios react-native
是否有一个好的库或者一些默认的反应本机组件来缓存来自 url 的图像?我已经尝试过react-native-cache-image但是react-native-fs和 react-native-sqlite-storage存在很多问题,因为我是本机反应的新手,我不知道如何正确修复它们。
纱线添加 react-native-fast-image
参考:https : //github.com/DylanVann/react-native-fast-image
import FastImage from 'react-native-fast-image'
<FastImage
style={{ width: 200, height: 200 }}
source={{ uri: 'https://unsplash.it/400/400?image=1' }}
resizeMode={FastImage.resizeMode.stretch}
/>Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
14023 次 |
| 最近记录: |