PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
829 stars 160 forks source link

Possibility to hide a Tabs.Tab #239

Open Audrey-Ann opened 2 years ago

Audrey-Ann commented 2 years ago

Feature request

I would like to be able to hide a Tabs.Tab based on some condition. Something flexible like changing the style like :

{ tabBarShowLabel: false, tabBarLabelStyle: { width: 0 } }

Or have a boolean hide prop.

Thank you !

Current behavior

Right now the only way I can hide the tab is by setting the name to some empty string which is not ideal.

Screen Shot 2022-02-19 at 2 07 26 PM