DickyT / react-native-tabbar-navigator

(aka React Native Tanner Navigator) A component which builds excellent Navigator + TabBar based application, have a good solution for implementing hidesBottomBarWhenPushed in iOS.
97 stars 29 forks source link

Ability to hide title bar by default #20

Closed varqasim closed 8 years ago

varqasim commented 8 years ago

Is it possible to hide the title bar area when pushed or even by default. I want all my tabs to have no title area at the top.

DickyT commented 8 years ago

you mean show the logo only in tab bar area? or hide the whole tab bar?

varqasim commented 8 years ago

@DickyT Hide the whole bar.

DickyT commented 8 years ago

if u gonna hide the whole bar, you can just use the <Navigator/> or <NavigatorIOS/> in react-native. https://facebook.github.io/react-native/docs/navigator.html https://facebook.github.io/react-native/docs/navigatorios.html