From c24ab64c9d0c9b7c404f56d6c05dedde92c1cf73 Mon Sep 17 00:00:00 2001 From: chahinebrini Date: Fri, 8 May 2026 19:47:21 +0200 Subject: [PATCH] chore(deps): expo-router 6 + register expo-font/expo-web-browser plugins - expo-router 6 (per Phase 1 upgrade): all our imports remain valid (Stack, useLocalSearchParams, useRouter, useFocusEffect, withLayoutContext, RelativePathString). No `Href` generic usage in codebase. expo-splash-screen already explicit in deps. Zero code changes needed for router-6 migration. - Register expo-font + expo-web-browser as plugins per `expo install --fix` recommendation. Both already in deps but plugins block missing. TS: 0 errors. Bundle still works. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/rebreak-native/app.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/rebreak-native/app.config.ts b/apps/rebreak-native/app.config.ts index ee68b2c..38f0b24 100644 --- a/apps/rebreak-native/app.config.ts +++ b/apps/rebreak-native/app.config.ts @@ -56,6 +56,8 @@ export default ({ config }: ConfigContext): ExpoConfig => ({ plugins: [ "expo-router", "expo-localization", + "expo-font", + "expo-web-browser", [ "expo-build-properties", {