Browse Source

Fix Overlay e2e

The button which was added for `setRoot should not remove overlay` wasn’t fully visible on Android
and Detox detected it as not visible.
Guy Carmeli 6 years ago
parent
commit
da85ccdb7a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      playground/src/screens/CustomDialog.js

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

49
     backgroundColor: 'green',
49
     backgroundColor: 'green',
50
     justifyContent: 'center',
50
     justifyContent: 'center',
51
     alignItems: 'center',
51
     alignItems: 'center',
52
-    height: 100,
52
+    height: 140,
53
     bottom: 0,
53
     bottom: 0,
54
     position: 'absolute',
54
     position: 'absolute',
55
     left: 0,
55
     left: 0,