feat: add splash and adaptive icon assets, ignore EAS credentials
Some checks failed
Build (EAS) / EAS Build (Android Preview APK) (push) Failing after 3m41s

This commit is contained in:
root
2026-02-21 17:56:21 +08:00
parent 92532306ab
commit 7df91a8e55
2 changed files with 6 additions and 0 deletions

4
.gitignore vendored
View File

@@ -10,3 +10,7 @@ npm-debug.*
*.orig.*
web-build/
.env
# EAS credentials (generated locally, managed by Expo)
credentials.json
*.keystore

View File

@@ -8,6 +8,7 @@
"scheme": "territorylog",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#1A6B72"
},
@@ -17,6 +18,7 @@
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#1A6B72"
},
"package": "com.juankibin.territorylog",