[RELEASE] React Native SDK v3.5.1#1298
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the React Native SDK v3.5.1 release by aligning package versions and example lockfiles across the monorepo and native bridges.
Changes:
- Bump monorepo/package versions from 3.5.0 → 3.5.1 (including core and integrations).
- Update native bridge version constants and the React Native ↔ native SDK version mapping.
- Refresh lockfiles and packaged release content manifests for the release artifacts.
Reviewed changes
Copilot reviewed 22 out of 26 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Updates workspace dependency references to 3.5.1 (e.g., internal packages depending on @datadog/mobile-react-native). |
| packages/react-navigation/release-content.txt | Refreshes packaged file manifest (adds README and reorders entries). |
| packages/react-navigation/package.json | Bumps package version to 3.5.1 and updates devDependency on core to ^3.5.1. |
| packages/react-native-webview/package.json | Bumps package version to 3.5.1. |
| packages/react-native-session-replay/release-content.txt | Refreshes packaged file manifest (adds README/podspec entries and reorders). |
| packages/react-native-session-replay/package.json | Bumps package version to 3.5.1. |
| packages/react-native-openfeature/release-content.txt | Refreshes packaged file manifest (adds README and reorders entries). |
| packages/react-native-openfeature/package.json | Bumps package version to 3.5.1 and updates devDependency on core to ^3.5.1. |
| packages/react-native-navigation/release-content.txt | Refreshes packaged file manifest (adds README and reorders entries). |
| packages/react-native-navigation/package.json | Bumps package version to 3.5.1 and updates devDependency on core to ^3.5.1. |
| packages/react-native-babel-plugin/release-content.txt | Refreshes packaged file manifest (adds README and reorders entries). |
| packages/react-native-babel-plugin/package.json | Bumps package version to 3.5.1. |
| packages/react-native-apollo-client/release-content.txt | Refreshes packaged file manifest (adds README and reorders entries). |
| packages/react-native-apollo-client/package.json | Bumps package version to 3.5.1. |
| packages/internal-testing-tools/package.json | Bumps internal testing tools version to 3.5.1. |
| packages/core/src/version.ts | Updates JS/TS SDK version constant to 3.5.1. |
| packages/core/release-content.txt | Refreshes core packaged file manifest (adds README/podspec entries and reorders). |
| packages/core/package.json | Bumps core package version to 3.5.1. |
| packages/core/ios/Sources/SdkVersion.swift | Updates iOS bridge SdkVersion constant to 3.5.1. |
| packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt | Updates Android bridge SDK_VERSION constant to 3.5.1. |
| packages/codepush/package.json | Bumps CodePush integration version to 3.5.1 and updates workspace devDependency to workspace:3.5.1. |
| NATIVE_SDK_VERSIONS.md | Adds 3.5.1 mapping row (iOS 3.11.0 / Android 3.10.0). |
| lerna.json | Bumps Lerna-managed monorepo version to 3.5.1. |
| example/ios/Podfile.lock | Updates Datadog pod versions to 3.5.1 and refreshes checksums. |
| example-new-architecture/ios/Podfile.lock | Updates Datadog pod versions to 3.5.1 and refreshes checksums. |
| benchmarks/ios/Podfile.lock | Updates Datadog pod versions to 3.5.1 and refreshes checksums. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
jonathanmos
approved these changes
Jun 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.
What does this PR do?
Prepares the 3.5.1 release.
What's Changed
Full Changelog: 3.5.0...3.5.1
Review checklist (to be filled by reviewers)