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

A simple and customisable React Native component that implements an animated bottom tab bar for React Navigation.
MIT License
889 stars 102 forks source link

How to hide labels? #100

Closed thisroot closed 3 years ago

thisroot commented 3 years ago

How to hide labels?

this react-navigation solutions wont work to me

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

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