瀏覽代碼

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