Skip to content

Commit

Permalink
Move with-tv to SDK 50 beta (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglowder committed Dec 14, 2023
1 parent c58896d commit f57df62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion with-tv/README.md
Expand Up @@ -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

Expand Down
12 changes: 6 additions & 6 deletions with-tv/package.json
Expand Up @@ -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": {
Expand Down

0 comments on commit f57df62

Please sign in to comment.