Browse Source

Move options.topTabs to correct node

Guy Carmeli 6 years ago
parent
commit
b9b699c986
1 changed files with 7 additions and 7 deletions
  1. 7
    7
      playground/src/screens/WelcomeScreen.js

+ 7
- 7
playground/src/screens/WelcomeScreen.js View File

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