gpt4 book ai didi

javascript - react-native 图标属于 View

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:53:12 27 4
gpt4 key购买 nike

图标在 Android 中属于 View ,但在 ios 中有效。我尝试了 overflow: 'visible'elevation: 887879778zIndex: 564654687 但没有任何帮助。


截图如下:


example snack

最佳答案

这个结构没问题。将该 View 放在父 View 中并使用填充。

<View style={{ padding: 18 }}>
<View style={styles.left}>
<Text style={{ color: 'white' }}>Left</Text>
</View>
<View style={styles.icon}>
<Icon type="Feather" name="check" />
</View>
</View>

当然不是很好的解决方案,但适合这个问题

关于javascript - react-native 图标属于 View,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51056262/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com