Conversation
|
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
This PR updates the SDK’s development and example app environment to React Native 0.85.3, refreshing the corresponding JS tooling and native build wrappers so the repo aligns with the new RN baseline.
Changes:
- Bump
react-native(and related@react-native/*tooling) to 0.85.3 across the workspace. - Switch Jest configuration to use the new standalone preset
@react-native/jest-preset. - Update example native tooling (iOS project references, Gradle wrapper scripts/version) and Ruby stdlib gem dependencies for newer Ruby versions.
Reviewed changes
Copilot reviewed 8 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Regenerated lockfile reflecting RN 0.85.3 and related dependency graph changes. |
| package.json | Pins RN + @react-native/* dev tooling to 0.85.3 and adds @react-native/jest-preset. |
| jest.config.js | Updates Jest preset to @react-native/jest-preset. |
| example/package.json | Updates example app RN/tooling versions to 0.85.3 and adds @react-native/jest-preset. |
| example/jest.config.js | Updates example Jest preset to @react-native/jest-preset. |
| example/ios/ReactNativeSdkExample.xcodeproj/project.pbxproj | Updates CocoaPods-generated file references/IDs after dependency upgrade. |
| example/Gemfile | Adds nkf gem (Ruby stdlib extraction compatibility). |
| example/android/gradlew.bat | Updates Gradle wrapper invocation style to java -jar .... |
| example/android/gradlew | Updates Gradle wrapper invocation style to java -jar ... and removes unused classpath handling. |
| example/android/gradle/wrapper/gradle-wrapper.properties | Bumps Gradle distribution to 9.3.1 for the example Android project. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

🔹 JIRA Ticket(s) if any
✏️ Description