소스 검색

ios e2e fix

yogevbd 6 년 전
부모
커밋
cdd55d6148
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      playground/src/screens/OptionsScreen.js

+ 1
- 1
playground/src/screens/OptionsScreen.js 파일 보기

@@ -16,7 +16,7 @@ class OptionsScreen extends Component {
16 16
       topBar: {
17 17
         title: 'Static Title',
18 18
         textColor: 'black',
19
-        drawUnder: false,
19
+        drawBehind: false,
20 20
         largeTitle: false,
21 21
         visible: true,
22 22
         textFontSize: 16,