소스 검색

tabs is not a valid LayoutType (#1948)

In the list of `LayoutTypes`, `tabs` is not defined, hence this throws an error. Replaced it with `bottomTabs`.
Yogesh 7 년 전
부모
커밋
39242e7cbf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      docs/docs/usage.md

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

@@ -55,7 +55,7 @@ Navigation.setRoot({
55 55
 Start a tab based app:
56 56
 ```js
57 57
 Navigation.setRoot({
58
-  tabs: [
58
+  bottomTabs: [
59 59
     {
60 60
       container: {
61 61
         name: 'navigation.playground.TextScreen',