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