我想显示不同宽高比的网络图像。 |我正在研究React Native

时间:2017-09-07 06:52:54

标签: android ios image react-native

我必须显示具有不同宽高比的网络图像列表。 我必须保持图像的宽高比,宽度=屏幕尺寸的100%。

示例示例:

<ScrollView>
  <Image source={{/* network image url */}} style={{width:100%, height=?}} />
  <Image source={{/* network image url */}} style={{width:100%, height=?}} />
  <Image source={{/* network image url */}} style={{width:100%, height=?}} />
</ScrollView>

我必须根据官方文档指定高度。但在这种情况下设置高度的最佳做法是什么?

0 个答案:

没有答案