Browse Source

Fix wrong title declaration in TopTabs screen

Guy Carmeli 6 years ago
parent
commit
53126504d0
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      playground/src/screens/WelcomeScreen.js

+ 2
- 3
playground/src/screens/WelcomeScreen.js View File

378
               },
378
               },
379
               options: {
379
               options: {
380
                 topTab: {
380
                 topTab: {
381
-                  title: {
382
-                    text: 'Tab 1'
383
-                  }
381
+                  title: 'Tab 1'
384
                 },
382
                 },
385
                 topBar: {
383
                 topBar: {
386
                   title: {
384
                   title: {
434
           topTabs: {
432
           topTabs: {
435
             selectedTabColor: '#12766b',
433
             selectedTabColor: '#12766b',
436
             unselectedTabColor: 'red',
434
             unselectedTabColor: 'red',
435
+            height: 220,
437
             fontSize: 6
436
             fontSize: 6
438
           }
437
           }
439
         }
438
         }