【问题标题】:How to Show a Image on a flatlist in react native [closed]如何在本机反应的平面列表上显示图像[关闭]
【发布时间】:2019-03-13 21:08:45
【问题描述】:

我正在使用 react native 构建应用程序。我想在平面框中显示一些图像。如何在 react native 中的平面列表上显示图像 Here is my code

【问题讨论】:

标签: image react-native react-native-flatlist


【解决方案1】:

来自 React Native docs

请注意,对于网络和数据图像,您需要手动指定图像的尺寸!

像这样:

<Image
      style={{width: 50, height: 50}}
      source={{uri: 'http://sslweb.solidstatelogic.com.s3.amazonaws.com/user-icon.png'}}
    />

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2020-08-09
    • 2018-09-29
    • 2021-11-10
    • 1970-01-01
    • 2021-09-12
    • 1970-01-01
    • 1970-01-01
    • 2020-11-20
    相关资源
    最近更新 更多