Преглед на файлове

Set navBarTextSubtitleColor in example project

Guy Carmeli преди 8 години
родител
ревизия
e2b38d4b40
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2
    1
      example-redux/src/screens/FirstTabScreen.js

+ 2
- 1
example-redux/src/screens/FirstTabScreen.js Целия файл

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