OGeek|极客世界-中国程序员成长平台

标题: android - 在 react native 上缓存图像 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-12 22:40
标题: android - 在 react native 上缓存图像

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



Best Answer-推荐答案


yarn add 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}

/>

关于android - 在 react native 上缓存图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40257712/






欢迎光临 OGeek|极客世界-中国程序员成长平台 (http://sqlite.in/) Powered by Discuz! X3.4