So I have this requirement. To make tab navigation with this exact appearance:
I had no problem styling the tab bar with the gradient and the buttons. I created my own
{ let iconName; iconName = focused ? constants.images.bottomHome : constants.images.bottomHome //for icon or image return ( ) } }} component={HomeScreen} />