Ver código fonte

Move options.topTabs to correct node

Guy Carmeli 6 anos atrás
pai
commit
b9b699c986
1 arquivos alterados com 7 adições e 7 exclusões
  1. 7
    7
      playground/src/screens/WelcomeScreen.js

+ 7
- 7
playground/src/screens/WelcomeScreen.js Ver arquivo

@@ -429,13 +429,13 @@ class WelcomeScreen extends Component {
429 429
               }
430 430
             }
431 431
           }
432
-        ]
433
-      },
434
-      options: {
435
-        topTabs: {
436
-          selectedTabColor: '#12766b',
437
-          unselectedTabColor: 'red',
438
-          fontSize: 6
432
+        ],
433
+        options: {
434
+          topTabs: {
435
+            selectedTabColor: '#12766b',
436
+            unselectedTabColor: 'red',
437
+            fontSize: 6
438
+          }
439 439
         }
440 440
       }
441 441
     });