Browse Source

Update styling-the-navigator.md

Guy Carmeli 7 years ago
parent
commit
8d6e713ca3
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      docs/styling-the-navigator.md

+ 3
- 0
docs/styling-the-navigator.md View File

@@ -87,6 +87,9 @@ this.props.navigator.setStyle({
87 87
   collapsingToolBarImage: "http://lorempixel.com/400/200/", // Collapsing Toolbar image.
88 88
   collapsingToolBarImage: require('../../img/topbar.jpg'), // Collapsing Toolbar image. Either use a url or require a local image.
89 89
   collapsingToolBarCollapsedColor: '#0f2362', // Collapsing Toolbar scrim color.
90
+  navBarTextFontBold: false, // Optional. Set the title to bold.
91
+  navBarHeight: 70, // Optional, set the navBar height in pixels.
92
+  topTabsHeight: 70, // Optional, set topTabs height in pixels.
90 93
 }
91 94
 ```
92 95