You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be able to change the style of the actively selected tab's bottom border.
Actual behaviour
There does not appear to be a prop to change the actively selected tab's bottom border (see screen shot, the border of that active tab is yellow–I cannot change it). Setting the style in the tabStyle prop doesn't change the expected behaviour, i.e. tabStyle={{ borderBottomWidth: 1, borderBottomColor: 'blue' }} doesn't effect the color of the selected tab's bottom border.
Version
Expected behaviour
To be able to change the style of the actively selected tab's bottom border.
Actual behaviour
There does not appear to be a prop to change the actively selected tab's bottom border (see screen shot, the border of that active tab is yellow–I cannot change it). Setting the style in the
tabStyle
prop doesn't change the expected behaviour, i.e.tabStyle={{ borderBottomWidth: 1, borderBottomColor: 'blue' }}
doesn't effect the color of the selected tab's bottom border.Steps to reproduce
I have my code structured like so:
The text was updated successfully, but these errors were encountered: