diff --git a/with-tv/README.md b/with-tv/README.md index 376302b7..09a2bce3 100644 --- a/with-tv/README.md +++ b/with-tv/README.md @@ -2,7 +2,7 @@ Creates a project that can build for Apple TV and Android TV targets. -> **Note**: This example is still at an experimental stage, and is based on SDK 50 alpha packages which are not yet part of any supported Expo SDK release. +> **Note**: This example is still at an experimental stage, and is based on SDK 50 beta release. This project uses diff --git a/with-tv/package.json b/with-tv/package.json index 19e58d0f..e0b6c3fe 100644 --- a/with-tv/package.json +++ b/with-tv/package.json @@ -2,18 +2,18 @@ "name": "with-tv", "version": "1.0.0", "dependencies": { - "@react-native-tvos/config-tv": "~0.0.1", - "expo": "~50.0.0-alpha.6", - "expo-splash-screen": "~0.24.0", - "expo-status-bar": "~1.9.0", + "@react-native-tvos/config-tv": "~0.0.4", + "expo": "^50.0.0-preview.3", + "expo-splash-screen": "~0.26.0", + "expo-status-bar": "~1.11.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "npm:react-native-tvos@~0.72.6-0" + "react-native": "npm:react-native-tvos@~0.73.0-0" }, "devDependencies": { "@babel/core": "~7.20.0", "@types/react": "~18.2.14", - "typescript": "~5.1.3" + "typescript": "~5.2.2" }, "expo": { "install": {