Skip to content

Commit

Permalink
fix: missing asset android build
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsoftwaretyler authored and dominicstop committed Dec 19, 2024
1 parent 9ecc40f commit 92dc87b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/splashscreen_background"/>
<item>
<bitmap android:gravity="center" android:src="@drawable/splashscreen_logo"/>
</item>
</layer-list>
1 change: 0 additions & 1 deletion example-expo/android/app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
</style>
<style name="Theme.App.SplashScreen" parent="AppTheme">
<item name="android:windowBackground">@drawable/splashscreen</item>
<item name="android:windowBackground">@drawable/splashscreen_logo</item>
</style>
</resources>

0 comments on commit 92dc87b

Please sign in to comment.