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.*
|
*.orig.*
|
||||||
web-build/
|
web-build/
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
# EAS credentials (generated locally, managed by Expo)
|
||||||
|
credentials.json
|
||||||
|
*.keystore
|
||||||
|
|||||||
2
app.json
2
app.json
@@ -8,6 +8,7 @@
|
|||||||
"scheme": "territorylog",
|
"scheme": "territorylog",
|
||||||
"userInterfaceStyle": "light",
|
"userInterfaceStyle": "light",
|
||||||
"splash": {
|
"splash": {
|
||||||
|
"image": "./assets/images/splash.png",
|
||||||
"resizeMode": "contain",
|
"resizeMode": "contain",
|
||||||
"backgroundColor": "#1A6B72"
|
"backgroundColor": "#1A6B72"
|
||||||
},
|
},
|
||||||
@@ -17,6 +18,7 @@
|
|||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"adaptiveIcon": {
|
"adaptiveIcon": {
|
||||||
|
"foregroundImage": "./assets/images/adaptive-icon.png",
|
||||||
"backgroundColor": "#1A6B72"
|
"backgroundColor": "#1A6B72"
|
||||||
},
|
},
|
||||||
"package": "com.juankibin.territorylog",
|
"package": "com.juankibin.territorylog",
|
||||||
|
|||||||
Reference in New Issue
Block a user