From 486a298a1dd129839d55e7f4f0f4ec5ed7574b40 Mon Sep 17 00:00:00 2001 From: yuchenglong Date: Mon, 12 Jan 2026 14:37:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20app.json=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=8C=85=E5=90=8D=EF=BC=9B=E6=96=B0=E5=A2=9E=20eas.js?= =?UTF-8?q?on=20=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 9 ++++++++- eas.json | 21 +++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 eas.json diff --git a/app.json b/app.json index 32ef071..47fa4ae 100644 --- a/app.json +++ b/app.json @@ -19,7 +19,8 @@ "monochromeImage": "./assets/images/android-icon-monochrome.png" }, "edgeToEdgeEnabled": true, - "predictiveBackGestureEnabled": false + "predictiveBackGestureEnabled": false, + "package": "com.physical" }, "web": { "output": "static", @@ -43,6 +44,12 @@ "experiments": { "typedRoutes": true, "reactCompiler": true + }, + "extra": { + "router": {}, + "eas": { + "projectId": "67fa40bc-f726-467c-8edc-5639d89c0a9d" + } } } } diff --git a/eas.json b/eas.json new file mode 100644 index 0000000..f4001c5 --- /dev/null +++ b/eas.json @@ -0,0 +1,21 @@ +{ + "cli": { + "version": ">= 16.28.0", + "appVersionSource": "remote" + }, + "build": { + "development": { + "developmentClient": true, + "distribution": "internal" + }, + "preview": { + "distribution": "internal" + }, + "production": { + "autoIncrement": true + } + }, + "submit": { + "production": {} + } +}