From a4e8eab9418adf917e664d4e52c9e582a72e71f6 Mon Sep 17 00:00:00 2001 From: Thibaud Moustier Date: Sun, 1 Mar 2026 22:19:34 +0100 Subject: [PATCH] Mobile: modification mineur --- .gitignore | 1 + Wallette/mobile/app.json | 5 ++++- Wallette/mobile/package-lock.json | 1 + Wallette/mobile/package.json | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 41cc999..a6cf0b2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ _Old/ _Old/ node_modules/ .env +.expo/* \ No newline at end of file diff --git a/Wallette/mobile/app.json b/Wallette/mobile/app.json index b4c5e7f..0788963 100644 --- a/Wallette/mobile/app.json +++ b/Wallette/mobile/app.json @@ -31,6 +31,9 @@ "eas": { "projectId": "e4d072dc-4937-487d-a3e0-2fc4d5010fdf" } - } + }, + "plugins": [ + "expo-font" + ] } } diff --git a/Wallette/mobile/package-lock.json b/Wallette/mobile/package-lock.json index 6d45584..600105a 100644 --- a/Wallette/mobile/package-lock.json +++ b/Wallette/mobile/package-lock.json @@ -15,6 +15,7 @@ "buffer": "^6.0.3", "expo": "~54.0.33", "expo-crypto": "~15.0.8", + "expo-font": "~14.0.11", "expo-notifications": "~0.32.16", "expo-status-bar": "~3.0.9", "react": "19.1.0", diff --git a/Wallette/mobile/package.json b/Wallette/mobile/package.json index ba7175e..b7632e1 100644 --- a/Wallette/mobile/package.json +++ b/Wallette/mobile/package.json @@ -16,6 +16,7 @@ "buffer": "^6.0.3", "expo": "~54.0.33", "expo-crypto": "~15.0.8", + "expo-font": "~14.0.11", "expo-notifications": "~0.32.16", "expo-status-bar": "~3.0.9", "react": "19.1.0", -- 2.50.1