torgeadelin/react-native-animated-nav-tab-bar

How to hide labels?

thisroot opened this issue · 1 comments

How to hide labels?

this react-navigation solutions wont work to me

tabBarOptions={ {
        showLabels: false
     } }
<Tab.Screen options={ { showLabel: false } } name="wallet" component={ WalletStack } />

If you look at the documentation in the README you can find whenActiveShowand whenInactiveShow props what can help you customise that.