diff --git a/.gitignore b/.gitignore index 094d863..087cca7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,7 @@ npm-debug.* *.orig.* web-build/ .env + +# EAS credentials (generated locally, managed by Expo) +credentials.json +*.keystore diff --git a/app.json b/app.json index 002a93d..07051dc 100644 --- a/app.json +++ b/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",