From 7df91a8e559c3a472a2f345322f84361ba6a55c3 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 21 Feb 2026 17:56:21 +0800 Subject: [PATCH] feat: add splash and adaptive icon assets, ignore EAS credentials --- .gitignore | 4 ++++ app.json | 2 ++ 2 files changed, 6 insertions(+) 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",