From edb3d9ff081fb3d24628c7a3ef24d3ce744e89a4 Mon Sep 17 00:00:00 2001 From: Douglas Lowder Date: Sat, 23 Nov 2024 02:16:28 -0800 Subject: [PATCH] Bump TV examples and default to new arch (#528) - expo 52.0.11 - RNTV 0.76.3-0 --- with-router-tv/app.json | 3 ++- with-router-tv/package.json | 16 ++++++++-------- with-tv/app.json | 3 ++- with-tv/package.json | 6 +++--- 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/with-router-tv/app.json b/with-router-tv/app.json index eda66c38..8cbc51ff 100644 --- a/with-router-tv/app.json +++ b/with-router-tv/app.json @@ -32,6 +32,7 @@ }, "experiments": { "typedRoutes": true - } + }, + "newArchEnabled": true } } diff --git a/with-router-tv/package.json b/with-router-tv/package.json index 37baabba..4e60cc34 100644 --- a/with-router-tv/package.json +++ b/with-router-tv/package.json @@ -17,19 +17,19 @@ }, "dependencies": { "@expo/vector-icons": "^14.0.2", - "expo": "~52.0.7", + "expo": "~52.0.11", "expo-build-properties": "~0.13.1", - "expo-constants": "~17.0.2", + "expo-constants": "~17.0.3", "expo-font": "~13.0.1", - "expo-linking": "~7.0.2", - "expo-router": "~4.0.2", - "expo-splash-screen": "~0.29.6", + "expo-linking": "~7.0.3", + "expo-router": "~4.0.9", + "expo-splash-screen": "~0.29.13", "expo-status-bar": "~2.0.0", - "expo-system-ui": "~4.0.2", - "expo-web-browser": "~14.0.0", + "expo-system-ui": "~4.0.4", + "expo-web-browser": "~14.0.1", "react": "18.3.1", "react-dom": "18.3.1", - "react-native": "npm:react-native-tvos@~0.76.2-0", + "react-native": "npm:react-native-tvos@~0.76.3-0", "react-native-gesture-handler": "~2.20.2", "react-native-reanimated": "~3.16.1", "react-native-safe-area-context": "4.12.0", diff --git a/with-tv/app.json b/with-tv/app.json index 838c8187..d0ef4093 100644 --- a/with-tv/app.json +++ b/with-tv/app.json @@ -26,6 +26,7 @@ "splash": { "image": "./assets/images/icon-1920x720.png" } - } + }, + "newArchEnabled": true } } diff --git a/with-tv/package.json b/with-tv/package.json index 8408c86d..7d661026 100644 --- a/with-tv/package.json +++ b/with-tv/package.json @@ -9,12 +9,12 @@ "prebuild": "EXPO_TV=1 expo prebuild --clean" }, "dependencies": { - "expo": "~52.0.7", - "expo-splash-screen": "~0.29.4", + "expo": "~52.0.11", + "expo-splash-screen": "~0.29.13", "expo-status-bar": "~2.0.0", "react": "18.3.1", "react-dom": "18.3.1", - "react-native": "npm:react-native-tvos@~0.76.2-0" + "react-native": "npm:react-native-tvos@~0.76.3-0" }, "devDependencies": { "@babel/core": "^7.24.0",