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,7 +49,7 @@ const styles = {
49 49
     backgroundColor: 'green',
50 50
     justifyContent: 'center',
51 51
     alignItems: 'center',
52
-    height: 100,
52
+    height: 140,
53 53
     bottom: 0,
54 54
     position: 'absolute',
55 55
     left: 0,