【发布时间】:2022-01-06 22:05:58
【问题描述】:
【问题讨论】:
-
请分享您的标签条码和样式
标签: react-native react-navigation helper
【问题讨论】:
标签: react-native react-navigation helper
在 tabBarOptions 中添加borderTopWidth:0 可以解决这个问题。
<Tab.Navigator
......
tabBarOptions={{
...
style: {
...
borderTopWidth: 0,
},
}}
/>
【讨论】: