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

added a missing comma (#1412)

added a missing comma in the 'style object format' so to help users who copy/paste this code block
levynir пре 7 година
родитељ
комит
125417e084
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      docs/styling-the-navigator.md

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

@@ -51,7 +51,7 @@ this.props.navigator.setStyle({
51 51
   navBarBlur: false, // blur the entire nav bar, works best with drawUnderNavBar:true
52 52
   tabBarHidden: false, // make the screen content hide the tab bar (remembered across pushes)
53 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 55
   navBarSubtitleColor: 'red', // subtitle color
56 56
   navBarSubtitleFontFamily: 'font-name', // subtitle font
57 57
   screenBackgroundColor: 'white', // Default screen color, visible before the actual react view is rendered