gpt4 book ai didi

react-native - 摆脱顶部选项卡的边框( react 导航)

转载 作者:行者123 更新时间:2023-12-04 15:31:30 25 4
gpt4 key购买 nike

我正在使用 react-navigation,当我使用 top-tab 和 stack 时,我得到了这个边框。 enter image description here

如何删除它?我的代码看起来像这样

const ShoutoutTopTab = createMaterialTopTabNavigator();

const ShoutoutTopTabScreen = () => {
return (<ShoutoutTopTab.Navigator
tabBarOptions={{
indicatorStyle: {backgroundColor:'#4A6159'},
tabStyle: {}
}} >
<ShoutoutTopTab.Screen name="GLOBAL" component={GlobalShoutout}/>
<ShoutoutTopTab.Screen name="COUNTRY" component={CountryShoutout}/>
</ShoutoutTopTab.Navigator>)
}

最佳答案

对于仍然有问题的任何人,请尝试:

(在 material-top-tabs 5.3.14 中测试)

tabBarOptions = {{
style: {
shadowOpacity: 0
}
}}

关于react-native - 摆脱顶部选项卡的边框( react 导航),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61181818/

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