我的React-Native-Elements卡未正确显示在我的设备上

问题描述

我正在使用React Native Elements卡。

虽然它在浏览器(所有设备)上均可正常运行,但在我的设备上的expo应用程序中却无法正常运行。 这些卡片彼此叠放,无法点击。

我试图在Google上查找它,但未发现任何有关此问题的信息。 有人可以帮我吗?

谢谢。

资源:

Screenshot of the cards in browser

Screenshot of the cards on my device with expo app

这是我的卡片中的一段代码

<View style={styles.item2}>
    <Card containerStyle={{
      width: widthPercentagetoDP('40%'),height: widthPercentagetoDP('40%'),justifyContent: 'center',}}>
      <Text>...</Text>
      <Icon
        name='search'
        type='material'
        color='black'
        size={widthPercentagetoDP('28%')}
        onPress={() => {props.onChange("care")}} />
    </Card>
  </View>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)