From d72fcd463f3260a04ed9520148ad51ebc93ebbbb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Mar 2026 12:23:34 +0000 Subject: [PATCH 1/2] Initial plan From 8717538967a8d8b141984abf8c070e19728f07f8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Mar 2026 12:28:06 +0000 Subject: [PATCH 2/2] fix(mobile): fix EAS build Node.js version incompatibility for iOS and Android Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- mobile/.nvmrc | 1 + mobile/package.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 mobile/.nvmrc diff --git a/mobile/.nvmrc b/mobile/.nvmrc new file mode 100644 index 00000000..5b811e53 --- /dev/null +++ b/mobile/.nvmrc @@ -0,0 +1 @@ +20.19.4 \ No newline at end of file diff --git a/mobile/package.json b/mobile/package.json index 6223e0bb..5eb58140 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -47,11 +47,13 @@ "devDependencies": { "@babel/core": "^7.24.0", "@types/react": "~18.2.79", - "@types/react-native": "^0.73.0", "eslint": "^8.57.0", "eslint-config-expo": "~7.0.0", "typescript": "^5.3.0" }, + "engines": { + "node": ">=20.19.4" + }, "private": true, "expo": { "doctor": {