소스 검색

Update ListScreen with drawUnderNavBar param

Guy Carmeli 8 년 전
부모
커밋
49bf6cd32c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      example-redux/src/screens/ListScreen.js

+ 2
- 1
example-redux/src/screens/ListScreen.js 파일 보기

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