Browse Source

Set navBarTextSubtitleColor in example project

Guy Carmeli 8 years ago
parent
commit
e2b38d4b40
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      example-redux/src/screens/FirstTabScreen.js

+ 2
- 1
example-redux/src/screens/FirstTabScreen.js View File

@@ -23,7 +23,8 @@ class FirstTabScreen extends Component {
23 23
     tabSelectedTextColor: '#FFA000',
24 24
     tabNormalTextColor: '#FFC107',
25 25
     tabIndicatorColor: '#FFA000',
26
-    drawUnderTabBar: true
26
+    drawUnderTabBar: true,
27
+    navBarTextSubtitleColor: '#0060A0'
27 28
   };
28 29
 
29 30
   static navigatorButtons = {