Explorar el Código

Set navBarTextSubtitleColor in example project

Guy Carmeli hace 8 años
padre
commit
e2b38d4b40
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      example-redux/src/screens/FirstTabScreen.js

+ 2
- 1
example-redux/src/screens/FirstTabScreen.js Ver fichero

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