Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🟡 Changes recommended
Reanimated and Worklets peer ranges do not support RN 0.88; update them and regenerate the lockfile.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
This PR updates the library and basic example to React Native 0.88.0-rc.0 and refreshes iOS dependencies.
Changes:
- Bumps React Native and related tooling.
- Updates the iOS Podfile lockfile for RN 0.88.
File summaries
| File | Description |
|---|---|
packages/react-native-gesture-handler/package.json |
Updates development React Native dependencies. |
apps/basic-example/package.json |
Updates the example app to React Native 0.88. |
apps/basic-example/ios/Podfile.lock |
Refreshes React Native and Hermes iOS pods. |
Review details
- Files reviewed: 2/4 changed files
- Comments generated: 2
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "dependencies": { | ||
| "react": "19.2.3", | ||
| "react-native": "0.87.0", | ||
| "react-native": "0.88.0-rc.0", |
| "prettier": "3.3.3", | ||
| "react": "19.2.3", | ||
| "react-native": "0.87.0", | ||
| "react-native": "0.88.0-rc.0", |
Description
This PR bumps example app to React Native 0.88
Status
0.88.0-rc.2 ✅
Test plan
Tested that
basic-examplebuilds and works correctly.