Skip to content

Commit

Permalink
Bump TV examples and default to new arch (#528)
Browse files Browse the repository at this point in the history
- expo 52.0.11
- RNTV 0.76.3-0
  • Loading branch information
douglowder authored Nov 23, 2024
1 parent 33c4437 commit edb3d9f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
3 changes: 2 additions & 1 deletion with-router-tv/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"experiments": {
"typedRoutes": true
}
},
"newArchEnabled": true
}
}
16 changes: 8 additions & 8 deletions with-router-tv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion with-tv/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"splash": {
"image": "./assets/images/icon-1920x720.png"
}
}
},
"newArchEnabled": true
}
}
6 changes: 3 additions & 3 deletions with-tv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit edb3d9f

Please sign in to comment.