소스 검색

Fix wrong title declaration in TopTabs screen

Guy Carmeli 7 년 전
부모
커밋
53126504d0
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2
    3
      playground/src/screens/WelcomeScreen.js

+ 2
- 3
playground/src/screens/WelcomeScreen.js 파일 보기

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
         }