Explorar el Código

Move options.topTabs to correct node

Guy Carmeli hace 6 años
padre
commit
b9b699c986
Se han modificado 1 ficheros con 7 adiciones y 7 borrados
  1. 7
    7
      playground/src/screens/WelcomeScreen.js

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

@@ -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
     });