Skip to content

Commit

Permalink
Update TV examples to RNTV 0.76.2 (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglowder authored Nov 19, 2024
1 parent 361718e commit 33c4437
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions with-router-tv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"expo": "~52.0.2",
"expo": "~52.0.7",
"expo-build-properties": "~0.13.1",
"expo-constants": "~17.0.2",
"expo-font": "~13.0.1",
Expand All @@ -29,16 +29,16 @@
"expo-web-browser": "~14.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "npm:[email protected].1-1",
"react-native": "npm:react-native-tvos@~0.76.2-0",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "4.0.0",
"react-native-screens": "~4.1.0",
"react-native-web": "~0.19.10"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native-tvos/config-tv": "^0.1.0",
"@react-native-tvos/config-tv": "^0.1.1",
"@types/jest": "^29.5.12",
"@types/react": "~18.3.12",
"@types/react-test-renderer": "^18.0.7",
Expand Down
6 changes: 3 additions & 3 deletions with-tv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"prebuild": "EXPO_TV=1 expo prebuild --clean"
},
"dependencies": {
"expo": "~52.0.2",
"expo": "~52.0.7",
"expo-splash-screen": "~0.29.4",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "npm:react-native-tvos@~0.76.1-1"
"react-native": "npm:react-native-tvos@~0.76.2-0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@react-native-tvos/config-tv": "^0.1.0",
"@react-native-tvos/config-tv": "^0.1.1",
"@types/react": "~18.3.12",
"typescript": "~5.3.3"
},
Expand Down

0 comments on commit 33c4437

Please sign in to comment.