소스 검색

Update styling.md (#3509)

`largeTitle: true` is not valid and throws error
Hadi Mostafapour 6 년 전
부모
커밋
8ecedee97e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      docs/docs/styling.md

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

@@ -75,10 +75,10 @@ Navigation.mergeOptions(this.props.componentId, {
75 75
     buttonColor: 'black',
76 76
     drawBehind: false,
77 77
     testID: 'topBar',
78
-    largeTitle: true, // iOS 11+ Large Title
79 78
     searchBar: true, // iOS 11+ native UISearchBar inside topBar
80 79
     searchBarHiddenWhenScrolling: true,
81 80
     searchBarPlaceholder: 'Search', // iOS 11+ SearchBar placeholder
81
+    // iOS 11+ Large Title
82 82
     largeTitle: {
83 83
       visible: true,
84 84
       fontSize: 30,