소스 검색

Fix documentation, Renamed statusBar hidden to visible

Guy Carmeli 6 년 전
부모
커밋
dda3f95ede
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      docs/docs/styling.md

+ 3
- 3
docs/docs/styling.md 파일 보기

@@ -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'],