Skip to content

Commit 92dc87b

Browse files
coolsoftwaretylerdominicstop
authored andcommitted
fix: missing asset android build
1 parent 9ecc40f commit 92dc87b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
33
<item android:drawable="@color/splashscreen_background"/>
4-
<item>
5-
<bitmap android:gravity="center" android:src="@drawable/splashscreen_logo"/>
6-
</item>
74
</layer-list>

example-expo/android/app/src/main/res/values/styles.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
</style>
1212
<style name="Theme.App.SplashScreen" parent="AppTheme">
1313
<item name="android:windowBackground">@drawable/splashscreen</item>
14-
<item name="android:windowBackground">@drawable/splashscreen_logo</item>
1514
</style>
1615
</resources>

0 commit comments

Comments
 (0)