ptomasroos / react-native-tab-navigator

A tab bar that switches between scenes, written in JS for cross-platform support
MIT License
2.4k stars 415 forks source link

make the tabbar hiddable #8

Closed timzaak closed 8 years ago

timzaak commented 8 years ago

@ide cc

ide commented 8 years ago

Rather than props I'd like you to be able to hide the tab bar by having a reference to the tab bar's style and the scene's style, and potentially to be able to animate them. This is much more flexible and allows you to build features that I can't anticipate.

Could you instead try tabBarStyle={{ height: 0 }} and sceneStyle={{ paddingBottom: 0 }}?

timzaak commented 8 years ago

@ide, this may be a bad pull. thanks for your advice.