




















这是一个创建于 221 天前的主题,其中的信息可能已经有所发展或是发生改变。
import { Image as ImageNative } from 'expo-image';
<ImageNative source={imageUri} placeholder={{ blurhash }} className="w-full h-48 rounded-lg mb-2" style={{ height:192,width:100% }} contentFit="cover" transition={200}/>
实际测试好像必须加 style 图片才会正确显示。那么如果有很多地方使用,每次加 style 不是很麻烦嘛? 我是想直接使用 className 来改变图片大小的。
第 1 条附言 · 2025 年 11 月 6 日
没有 React 的大佬么?😊
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。