Parcourir la source

Set navBarTextSubtitleColor in example project

Guy Carmeli il y a 8 ans
Parent
révision
e2b38d4b40
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      example-redux/src/screens/FirstTabScreen.js

+ 2
- 1
example-redux/src/screens/FirstTabScreen.js Voir le fichier

@@ -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 = {