Browse Source

Fix documentation, Renamed statusBar hidden to visible

Guy Carmeli 6 years ago
parent
commit
dda3f95ede
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      docs/docs/styling.md

+ 3
- 3
docs/docs/styling.md View File

@@ -58,10 +58,10 @@ Navigation.mergeOptions(this.props.componentId, {
58 58
 {
59 59
   statusBar: {
60 60
     backgroundColor: 'red', // Android only
61
-    hidden: false, // iOS only
62
-    hideWithTopBar: false, // iOS only
63
-    blur: true, // iOS only
61
+    visible: false,
64 62
     style: 'light',
63
+    hideWithTopBar: false, // iOS only
64
+    blur: true // iOS only
65 65
   },
66 66
   screenBackgroundColor: 'white',
67 67
   orientation: ['portrait', 'landscape'],