在本机反应上缓存图像

Adr*_*rta 7 android caching ios react-native

是否有一个好的库或者一些默认的反应本机组件来缓存来自 url 的图像?我已经尝试过react-native-cache-image但是react-native-fs和 react-native-sqlite-storage存在很多问题,因为我是本机反应的新手,我不知道如何正确修复它们。

Isr*_*imu 7

纱线添加 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)


Rad*_*rys 0

prefetch()组件中有内置方法Image