Browse Source

Add tabBarHidden key to docs (#1345)

Leonardo Galante 7 years ago
parent
commit
f6f6dc597c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      docs/styling-the-tab-bar.md

+ 1
- 0
docs/styling-the-tab-bar.md View File

@@ -15,6 +15,7 @@ Navigation.startTabBasedApp({
15 15
 
16 16
 ```js
17 17
 {
18
+  tabBarHidden: false, // make the tab bar hidden
18 19
   tabBarButtonColor: '#ffff00', // change the color of the tab icons and text (also unselected)
19 20
   tabBarSelectedButtonColor: '#ff9900', // change the color of the selected tab icon and text (only selected)
20 21
   tabBarBackgroundColor: '#551A8B' // change the background color of the tab bar