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
     tabSelectedTextColor: '#FFA000',
23
     tabSelectedTextColor: '#FFA000',
24
     tabNormalTextColor: '#FFC107',
24
     tabNormalTextColor: '#FFC107',
25
     tabIndicatorColor: '#FFA000',
25
     tabIndicatorColor: '#FFA000',
26
-    drawUnderTabBar: true
26
+    drawUnderTabBar: true,
27
+    navBarTextSubtitleColor: '#0060A0'
27
   };
28
   };
28
 
29
 
29
   static navigatorButtons = {
30
   static navigatorButtons = {