feat: add splash and adaptive icon assets, ignore EAS credentials
Some checks failed
Build (EAS) / EAS Build (Android Preview APK) (push) Failing after 3m41s
Some checks failed
Build (EAS) / EAS Build (Android Preview APK) (push) Failing after 3m41s
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -10,3 +10,7 @@ npm-debug.*
|
||||
*.orig.*
|
||||
web-build/
|
||||
.env
|
||||
|
||||
# EAS credentials (generated locally, managed by Expo)
|
||||
credentials.json
|
||||
*.keystore
|
||||
|
||||
2
app.json
2
app.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user