浏览代码

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 年前
父节点
当前提交
da85ccdb7a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      playground/src/screens/CustomDialog.js

+ 1
- 1
playground/src/screens/CustomDialog.js 查看文件

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,