-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Support React Native 0.84 #3912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds support for React Native 0.84.0-rc.3 by updating dependencies and iOS build configurations. As noted in the PR description, no specific code changes were required for Gesture Handler compatibility with React Native 0.84.
Changes:
- Updated React Native and related dependencies from 0.83.0 to 0.84.0-rc.3
- Updated iOS Podfile.lock to reflect React Native 0.84's new dependency structure (consolidated third-party deps)
- Enhanced iOS project configuration with iPad support and new architecture flags
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/react-native-gesture-handler/package.json | Updated React Native and related devDependencies to 0.84.0-rc.3 |
| apps/basic-example/package.json | Updated React Native dependencies to 0.84.0-rc.3 and raised Node.js requirement to >=22.11.0 |
| apps/basic-example/ios/Podfile.lock | Updated all iOS pod dependencies to 0.84.0-rc.3, removed consolidated dependencies (boost, RCT-Folly, SocketRocket), added new dependencies (React-Core-prebuilt, ReactNativeDependencies, React-jsitooling) |
| apps/basic-example/ios/BasicExample/Info.plist | Added separate orientation support for iPad devices |
| apps/basic-example/ios/BasicExample.xcodeproj/project.pbxproj | Added build settings for new architecture support, explicit device family targeting, and Swift module configuration |
π‘ Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Note
Until now, no specific changes were necessary to make Gesture Handler compatible with React Native 0.84.
Status
0.84.0-rc.5 β
Test plan
Tested that
basic-examplebuilds and works correctly.