Skip to content

[SDK-483] upgrade React Native to version 0.85.3#871

Open
lposen wants to merge 2 commits into
0-84-newfrom
0-85-new
Open

[SDK-483] upgrade React Native to version 0.85.3#871
lposen wants to merge 2 commits into
0-84-newfrom
0-85-new

Conversation

@lposen
Copy link
Copy Markdown
Contributor

@lposen lposen commented May 27, 2026

🔹 JIRA Ticket(s) if any

✏️ Description

Please provide a brief description of what this pull request does.

@qltysh
Copy link
Copy Markdown

qltysh Bot commented May 27, 2026

Qlty


Coverage Impact

This PR will not change total coverage.

🚦 See full report on Qlty Cloud »

🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 27, 2026

Lines Statements Branches Functions
Coverage: 68%
68.83% (519/754) 56.11% (202/360) 64.82% (164/253)

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants