We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec79ccf commit e1f3718Copy full SHA for e1f3718
android/app/src/main/res/values/styles.xml
@@ -1,5 +1,6 @@
1
<resources>
2
<style name="LaunchTheme" parent="Theme.AppCompat.Light.NoActionBar">
3
+ <item name="android:windowSplashScreenAnimationDuration">0</item>
4
<item name="android:background">@drawable/splash</item>
5
<item name="android:windowSplashScreenAnimatedIcon">@drawable/splash</item>
6
<item name="android:windowSplashScreenIconBackgroundColor">#FFFBDE</item>
0 commit comments