소스 검색

Correct bottomTab documentation

title was renamed to text
Guy Carmeli 6 년 전
부모
커밋
34a8750f8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      docs/docs/styling.md

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

@@ -123,7 +123,7 @@ Navigation.mergeOptions(this.props.componentId, {
123 123
     backgroundColor: 'white'
124 124
   },
125 125
   bottomTab: {
126
-    title: 'Tab 1',
126
+    text: 'Tab 1',
127 127
     badge: '2',
128 128
     testID: 'bottomTabTestID',
129 129
     icon: require('tab.png'),