I just want to find a way to transform my material bottom tabs just like this
Is there a way to do something like this?
I cant' apply a border radius to it using the barStyle
<Tab.Navigator
initialRouteName="Home"
activeColor={Colors.primary}
inactiveColor="black"
barStyle={{ backgroundColor: 'white', borderRadius: 30}}
>
