Преглед изворни кода

Add navBarSubtitleFontFamily to docs (#1395)

andrey пре 7 година
родитељ
комит
4c85cfde25
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      docs/styling-the-navigator.md

+ 1
- 0
docs/styling-the-navigator.md Прегледај датотеку

53
   statusBarTextColorScheme: 'dark', // text color of status bar, 'dark' / 'light' (remembered across pushes)
53
   statusBarTextColorScheme: 'dark', // text color of status bar, 'dark' / 'light' (remembered across pushes)
54
   statusBarTextColorSchemeSingleScreen: 'light' // same as statusBarTextColorScheme but does NOT remember across pushes
54
   statusBarTextColorSchemeSingleScreen: 'light' // same as statusBarTextColorScheme but does NOT remember across pushes
55
   navBarSubtitleColor: 'red', // subtitle color
55
   navBarSubtitleColor: 'red', // subtitle color
56
+  navBarSubtitleFontFamily: 'font-name', // subtitle font
56
   screenBackgroundColor: 'white', // Default screen color, visible before the actual react view is rendered
57
   screenBackgroundColor: 'white', // Default screen color, visible before the actual react view is rendered
57
   orientation: 'portrait' // Sets a specific orientation to a modal and all screens pushed to it. Default: 'auto'. Supported values: 'auto', 'landscape', 'portrait'
58
   orientation: 'portrait' // Sets a specific orientation to a modal and all screens pushed to it. Default: 'auto'. Supported values: 'auto', 'landscape', 'portrait'
58
   
59