feat(deps): Upgrade to Expo 54, React 19, RN 0.81, React Navigation 7#83
Merged
Conversation
Contributor
|
@giolaq Is this something you're still looking to have tested prior to merging? 🙏 |
- Pin react/react-dom to 19.1.0 (match react-native-renderer) - Upgrade react-native-screens to 4.24.0 (ChoreographerCompat removed) - Upgrade react-native-reanimated to 3.19.5 (API changes in RN 0.81) - Upgrade expo-dev-client to 6.0.21 (Kotlin metadata version mismatch)
- Use props.navigation instead of useNavigation() in drawer content - Use jumpTo() instead of navigate() for drawer screen switching - Move SpatialNavigationRoot from DrawerNavigator into CustomDrawerContent so it doesn't block screen content spatial navigation when drawer is closed - Add onDirectionHandledWithoutMovement to drawer content root for closing - Screens retain their own SpatialNavigationRoot for independent focus control Also upgrades react-native-gesture-handler to 2.31.2 for tvOS/RN 0.81 compatibility and removes expo-dev-client to fix dev server connectivity.
This was referenced May 7, 2026
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.
Closes #71
Summary
Upgrades all core dependencies to their latest versions:
Breaking changes addressed
animationEnabledfrom drawer screen options (no longer a valid prop)numberOfRenderedItemsandnumberOfItemsVisibleOnScreenprops fromSpatialNavigationVirtualizedList— now auto-calculated based on parent view sizereact-test-renderer(deprecated), updated@types/reactto 19.xScope
apps/expo-multi-tv— fully upgradedpackages/shared-ui— types and TS version updatedapps/vega— not touched (uses@amazon-devices/*scoped packages with separate versioning)Notes
react-tv-space-navigation6.0.0 stable hasn't been released yet — using6.0.0-beta1which is the only version with React 19 compatibilityTesting