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,10 +23,7 @@ class WelcomeScreen extends Component {
23 23
           visible: false,
24 24
         },
25 25
         drawBehind: true,
26
-        background: {
27
-          color: 'transparent'
28
-        },
29
-        visible: true,
26
+        visible: false,
30 27
         animate: false
31 28
       }
32 29
     };