Browse Source

Fix playground WelcomeScreen

yogevbd 5 years ago
parent
commit
97133096ff
1 changed files with 1 additions and 4 deletions
  1. 1
    4
      playground/src/screens/WelcomeScreen.js

+ 1
- 4
playground/src/screens/WelcomeScreen.js View File

23
           visible: false,
23
           visible: false,
24
         },
24
         },
25
         drawBehind: true,
25
         drawBehind: true,
26
-        background: {
27
-          color: 'transparent'
28
-        },
29
-        visible: true,
26
+        visible: false,
30
         animate: false
27
         animate: false
31
       }
28
       }
32
     };
29
     };