Parcourir la source

Fix playground WelcomeScreen

yogevbd il y a 5 ans
Parent
révision
97133096ff
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  1. 1
    4
      playground/src/screens/WelcomeScreen.js

+ 1
- 4
playground/src/screens/WelcomeScreen.js Voir le fichier

@@ -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
     };