feat: add CI/CD workflows and EAS build config (Sprint 5)
Some checks are pending
Build (EAS) / EAS Build (Android Preview APK) (push) Waiting to run

This commit is contained in:
root
2026-02-19 22:08:36 +08:00
parent c8fe67f346
commit 6a4ee9e80f
5 changed files with 199 additions and 2 deletions

View File

@@ -13,13 +13,14 @@
},
"ios": {
"supportsTablet": false,
"bundleIdentifier": "space.juankibin.territorylog"
"bundleIdentifier": "com.juankibin.territorylog"
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#1A6B72"
},
"package": "space.juankibin.territorylog"
"package": "com.juankibin.territorylog",
"versionCode": 1
},
"web": {
"bundler": "metro"