Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the macOS example app to use React Native 0.81.2, React 19.1.4, and related dependency updates. The upgrade includes enabling Hermes engine, supporting the new React Native architecture, and updating platform requirements.
Changes:
- Upgraded React Native from 0.78.0 to 0.81.2 and React from 19.0.0 to 19.1.4
- Enabled Hermes JavaScript engine (replacing JSC)
- Updated react-native-reanimated to 4.2.1 (major version upgrade with worklets architecture)
- Increased minimum macOS version from 11.0 to 15.0 and Node.js from 18 to 20
Reviewed changes
Copilot reviewed 7 out of 10 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| apps/macos-example/package.json | Updated React, React Native, reanimated, safe-area-context, SVG versions; added react-native-worklets; updated CLI tools to v20; bumped Node requirement to 20 |
| apps/macos-example/tsconfig.json | Added "**/Pods" to exclude list and removed trailing whitespace |
| apps/macos-example/metro.config.js | Updated exclusionList import path from public to private API |
| apps/macos-example/macos/Podfile | Removed cli-platform-ios require; bumped macOS platform from 11.0 to 15.0 |
| apps/macos-example/macos/Podfile.lock | Updated all pod dependencies to match React Native 0.81.2; added hermes-engine; removed React-jsc |
| apps/macos-example/macos/MacOSExample.xcodeproj/project.pbxproj | Enabled Hermes (USE_HERMES = true); added Hermes framework embedding build phase |
| apps/macos-example/macos/MacOSExample-macOS/Info.plist | Normalized indentation; added RCTNewArchEnabled flag |
| apps/macos-example/Gemfile | Added Ruby 3.4.0 compatibility gems (bigdecimal, logger, benchmark, mutex_m) |
| apps/macos-example/Gemfile.lock | Updated with new gem dependencies |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 11 out of 14 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
j-piasecki
approved these changes
Mar 2, 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.
Description
For now it doesn't work with hook-based API 😞
Test plan
Tested on the following code: