Browse Source

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 years ago
parent
commit
125417e084
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/styling-the-navigator.md

+ 1
- 1
docs/styling-the-navigator.md View File

@@ -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