Browse Source

ios e2e fix

yogevbd 6 years ago
parent
commit
cdd55d6148
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      playground/src/screens/OptionsScreen.js

+ 1
- 1
playground/src/screens/OptionsScreen.js View File

@@ -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,