feat: implement a new splash screen with custom branding, assets, and routing for both Android and iOS.
This commit is contained in:
8
android/app/src/main/res/drawable/splash_gradient.xml
Normal file
8
android/app/src/main/res/drawable/splash_gradient.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:startColor="#c4d9d4"
|
||||
android:endColor="#f0f5fc"
|
||||
android:angle="270" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user