[SDK-473] Upgrade to 0.83#864
Conversation
|
Coverage Impact This PR will not change total coverage. 🚦 See full report on Qlty Cloud »🛟 Help
|
…json and yarn.lock
There was a problem hiding this comment.
Pull request overview
Upgrades the repository’s React Native toolchain and example app to React Native 0.83.9 (and React 19.2.0), updating lockfiles and iOS example project settings to align with the new dependency graph and CocoaPods script phases.
Changes:
- Bump
react-nativeto 0.83.9 andreactto 19.2.0 across the root and example workspaces. - Refresh
yarn.lockto reflect updated transitive dependencies (Babel/Hermes/Metro, eslint-plugin-react-hooks, etc.). - Update the example iOS Xcode project’s CocoaPods integration script phases/config references and ensure C/C++ flags inherit correctly.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| yarn.lock | Regenerated lockfile reflecting React Native 0.83.9 dependency graph and updated transitive packages. |
| package.json | Updates devDependencies/resolutions to React Native 0.83.9 + React 19.2.0 and related tooling. |
| example/package.json | Updates example app dependencies/devDependencies to match React Native 0.83.9 + React 19.2.0. |
| example/ios/ReactNativeSdkExample.xcodeproj/project.pbxproj | Updates CocoaPods build phases/config references and build settings for the upgraded setup. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| }, | ||
| "devDependencies": { | ||
| "@commitlint/config-conventional": "^19.6.0", | ||
| "@evilmartians/lefthook": "^1.5.0", | ||
| "@react-native-community/cli": "20.0.0", |
joaodordio
left a comment
There was a problem hiding this comment.
Title says "0.83" but the actual pin is 0.83.9. Please rename or note the patch level so future readers can map the SDK release to the exact RN line. The PR description is also empty — please add:
- list of behavior-affecting bumps (eslint-plugin-react-hooks 5 → 7, ws 6 → 7, hermes-compiler placeholder → 0.14.1, React 19.1 → 19.2)
- evidence the Jest suite ran green with the new babel preset
- example app build smoke on both iOS + Android

🔹 JIRA Ticket(s) if any
✏️ Description