defaultSource在本机反应中未按预期工作

时间:2020-07-17 02:29:49

标签: reactjs react-native

我应该如何放置背景图像? defaultSource无法正常工作

      <Image
        testID="productImage"
        style={styles.productImage}
        source={{ uri: item.images[0].url }}
        defaultSource={require('../../assets/no-photo.png')}
        onError={source => require('../../assets/no-photo.png')}
      />

0 个答案:

没有答案