瀏覽代碼

Update styling-the-navigator.md

Guy Carmeli 7 年之前
父節點
當前提交
2e382a13b8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      docs/styling-the-navigator.md

+ 1
- 0
docs/styling-the-navigator.md 查看文件

@@ -35,6 +35,7 @@ this.props.navigator.setStyle({
35 35
 {
36 36
   // Common
37 37
   navBarTextColor: '#000000', // change the text color of the title (remembered across pushes)
38
+  navBarTextFontSize: 18, // change the font size of the title
38 39
   navBarTextFontFamily: 'font-name', // Changes the title font
39 40
   navBarBackgroundColor: '#f7f7f7', // change the background color of the nav bar (remembered across pushes)
40 41