chore(deps): upgrade to React Native 0.85.3 / Expo SDK 56#15
Merged
Conversation
Rename react-native-wgpu -> react-native-webgpu (the canonical package; the old name is now just a shim) across deps, peer deps, source imports and docs. Dependencies: - React Native 0.83.1 -> 0.85.3, React 19.2.3, Expo SDK 55 -> 56 - Align native modules to the Expo SDK 56 tested set (reanimated 4.3.1, worklets 0.8.3, gesture-handler 2.31.1, screens 4.25.2, safe-area 5.7.0) - Update JS tooling: prettier 3, typescript 6, builder-bob 0.41, navigation, commitlint, release-it, turbo, del-cli, lefthook (eslint/jest kept at the latest versions compatible with RN 0.85's own presets) RN 0.85 migrations: - StyleSheet.absoluteFillObject -> absoluteFill (removed from the strict API) - jest preset react-native -> @react-native/jest-preset - regenerate the worklets bundle-mode metro patches for metro 0.84.4 Build fixes: - Expo 56 Metro transformer crash: drop the redundant babel override in the example (top-level worklets plugin already covers ../src), which broke @expo/metro-config's filename-less cache-key load - Android: react-native-webgpu needs minSdkVersion 26 (AHardwareBuffer APIs); set it via expo-build-properties and document the requirement in the README
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.
Rename react-native-wgpu -> react-native-webgpu (the canonical package; the old name is now just a shim) across deps, peer deps, source imports and docs.
Dependencies:
RN 0.85 migrations:
Build fixes: