尝试这个
<View style={{ width: 200, height: 300, backgroundColor: "red" }}>
<Image
source="https://via.placeholder.com/150"
style={{ width: "100%", height: "100%" }}
resizeMode="cover"
/>
</View>
仅在 Web 上测试。如果它在 React Native 上不起作用,则必须测量包装 ViewonLayout
以获取其宽度和高度。