gpt4 book ai didi

react-native - React Native Material 底部选项卡边框半径

转载 作者:行者123 更新时间:2023-12-05 09:36:54 26 4
gpt4 key购买 nike

我只是想找到一种方法来像这样转换我的 Material 底部标签

有没有办法做这样的事情?

enter image description here

我不能使用 barStyle 对其应用边框半径

    <Tab.Navigator
initialRouteName="Home"
activeColor={Colors.primary}
inactiveColor="black"
barStyle={{ backgroundColor: 'white', borderRadius: 30}}
>

最佳答案

你需要有一个 overflow:'hidden' 和一个 position:'absolute'

    barStyle={{
backgroundColor: 'white',
position: 'absolute',
overflow: 'hidden',
borderTopLeftRadius: 30,
borderTopRightRadius: 30,
}}>

关于react-native - React Native Material 底部选项卡边框半径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64816161/

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