Procházet zdrojové kódy

Add tabBarHidden key to docs (#1345)

Leonardo Galante před 7 roky
rodič
revize
f6f6dc597c
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      docs/styling-the-tab-bar.md

+ 1
- 0
docs/styling-the-tab-bar.md Zobrazit soubor

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