From 8f9405b5ac33df9a0f211061038814aac3d57286 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Mar 2026 13:11:58 +0000 Subject: [PATCH] fix(mobile): remove expo-sharing from plugins and align .nvmrc with Node 18 LTS Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- mobile/.nvmrc | 2 +- mobile/app.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/mobile/.nvmrc b/mobile/.nvmrc index 5b811e53..3c5535cf 100644 --- a/mobile/.nvmrc +++ b/mobile/.nvmrc @@ -1 +1 @@ -20.19.4 \ No newline at end of file +18.19.1 diff --git a/mobile/app.json b/mobile/app.json index 483d3e76..81e59d8e 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -58,8 +58,7 @@ } ], "expo-document-picker", - "expo-secure-store", - "expo-sharing" + "expo-secure-store" ], "scheme": "docuelevate", "extra": {