Selaa lähdekoodia

Update ListScreen with drawUnderNavBar param

Guy Carmeli 9 vuotta sitten
vanhempi
commit
49bf6cd32c
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2
    1
      example-redux/src/screens/ListScreen.js

+ 2
- 1
example-redux/src/screens/ListScreen.js Näytä tiedosto

24
   static navigatorStyle = {
24
   static navigatorStyle = {
25
     statusBarColor: '#7CB342',
25
     statusBarColor: '#7CB342',
26
     toolBarColor: '#8BC34A',
26
     toolBarColor: '#8BC34A',
27
-    navigationBarColor: '#8BC34A'
27
+    navigationBarColor: '#8BC34A',
28
+    drawUnderNavBar: true
28
   };
29
   };
29
 
30
 
30
   constructor(props) {
31
   constructor(props) {