Browse Source

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 6 years ago
parent
commit
39242e7cbf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/docs/usage.md

+ 1
- 1
docs/docs/usage.md View File

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