0.83 upgrade#17
Merged
anishamalde merged 2 commits intoMay 19, 2026
Merged
Conversation
Irvingjmp
approved these changes
May 19, 2026
Collaborator
Irvingjmp
left a comment
There was a problem hiding this comment.
Sanity check passed: app works as expected.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrade to React Native 0.83
Feature: Upgrade Expo TV app to SDK 55 and react-native-tvos 0.83
This PR upgrades the vega package to React Native 0.83 and
@multitv/expotvpackage from Expo SDK 54 / react-native-tvos 0.81 to Expo SDK 55 / react-native-tvos 0.83.6-0.Changes
Expo SDK upgrade (
packages/expotv)expo^54.0.20 → ^55.0.0react-nativealias →npm:react-native-tvos@0.83.6-0react,react-dom19.1.0 → 19.2.0expo-*packages aligned to ~55.x viaexpo install --fixreact-native-reanimated4.2.1,react-native-gesture-handler~2.30.0,react-native-screens~4.23.0,react-native-worklets0.7.4expo-constants~55.0.16,@expo/log-box55.0.12,@babel/core^7.25.0@types/react~19.1.10 → ~19.2.10Config cleanup (
packages/expotv/app.json)newArchEnabled: true(mandatory in SDK 55, no longer a valid field)android.edgeToEdgeEnabled: true(now the default)Testing
yarn installresolves cleanly. The remaining peer warnings are pre-existing in thevegaandsharedpackages and unrelated to this upgrade.yarn dlx expo-doctorreports 18/18 checks passing.Notes for reviewers
expoCLI invocation.android/,ios/) need to be regenerated viayarn expotv:prebuildafter pulling this branch.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.