Conversation
… Xcode 26.4 compatibility
…package.json and yarn.lock
|
Coverage Impact This PR will not change total coverage. 🚦 See full report on Qlty Cloud »🛟 Help
|
There was a problem hiding this comment.
Pull request overview
Updates the library workspace and example app from React Native 0.79.3 to 0.79.7, along with the associated React Native toolchain packages and regenerated iOS project metadata needed for the example app.
Changes:
- Bumps
react-nativeand related@react-native/*packages from 0.79.3 to 0.79.7 in the root workspace and example app. - Regenerates
yarn.lockand the example iOS Xcode project to align with the upgraded toolchain. - Adds an iOS CocoaPods post-install workaround for the
fmtpod in the example app.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Lockfile refresh for the RN/toolchain upgrade, plus an added direct baseline-browser-mapping entry. |
| package.json | Root workspace devDependency updates for RN 0.79.7 and related tooling. |
| example/package.json | Example app dependency/tooling updates to RN 0.79.7. |
| example/ios/ReactNativeSdkExample.xcodeproj/project.pbxproj | Regenerated Xcode project references and build phase IDs/scripts for the example app. |
| example/ios/Podfile | Adds a post-install CocoaPods workaround for the fmt target. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "@types/react": "^19.0.0", | ||
| "@typescript-eslint/eslint-plugin": "^8.13.0", | ||
| "@typescript-eslint/parser": "^8.13.0", | ||
| "baseline-browser-mapping": "latest", |

🔹 JIRA Ticket(s) if any
✏️ Description