gpt4 book ai didi

ios - 如何更改Tabbar中图标的颜色? ( react native 导航)

转载 作者:塔克拉玛干 更新时间:2023-11-02 10:21:11 26 4
gpt4 key购买 nike

我只想在 TabBar 中显示纯图标图像但在 iOS 中,它是这样显示的。

enter image description here

但是原图在下面。

enter image description here

我觉得是IOS的基础。我想删除颜色或设置为透明。可能吗?

我尝试更改 tabsStyle 以进行下面的一些测试。

tabsStyle: {
tabBarBackgroundColor: '#000',
tabBarButtonColor: '#fff',
tabBarSelectedButtonColor: '#fff',
}

enter image description here

左图是作品,但右图很奇怪。


环境

native react :“0.55.2”

react native 导航:“^1.1.438”

平台:iOS

最佳答案

您可以使用 tabStyle 。例如

tabsStyle: {
tabBarBackgroundColor: '#fff',
tabBarButtonColor: '#fff',
tabBarSelectedButtonColor: '#fff',
}

关于ios - 如何更改Tabbar中图标的颜色? ( react native 导航),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50054147/

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