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
       topBar: {
16
       topBar: {
17
         title: 'Static Title',
17
         title: 'Static Title',
18
         textColor: 'black',
18
         textColor: 'black',
19
-        drawUnder: false,
19
+        drawBehind: false,
20
         largeTitle: false,
20
         largeTitle: false,
21
         visible: true,
21
         visible: true,
22
         textFontSize: 16,
22
         textFontSize: 16,