junedomingo / movieapp

Discover Movies and TV shows - React Native
MIT License
1.82k stars 473 forks source link

Splash screen with app icon ? #26

Closed iCodePup closed 6 years ago

iCodePup commented 6 years ago

Hello,

Why after the blank splash screen the background icon appear just before the first screen ?

Thanks.

iCodePup commented 6 years ago
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
    <item name="android:windowAnimationStyle">@null</item>
    <!-- Customize your theme here. -->
</style>