[RELEASE] React Native SDK v3.8.0 - #1439
Merged
Merged
Conversation
sbarrio
requested review from
leoromanovsky and
typotter
and removed request for
a team
September 21, 2026 15:13
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
No unresolved blocking issues are identified in the final review data.
Review effort: Lite
Findings: None
What changed in this PR
Prepares the React Native SDK v3.8.0 release across packages, native bridges, and example projects.
Changes:
- Bumps package, workspace, JavaScript, and native SDK versions.
- Refreshes release manifests, lockfiles, and native SDK documentation.
| File | Description |
|---|---|
yarn.lock |
Updates workspace dependency resolutions. |
packages/react-navigation/release-content.txt |
Adds generated release artifacts. |
packages/react-navigation/package.json |
Bumps package and core dependency versions. |
packages/react-native-webview/package.json |
Bumps the package version. |
packages/react-native-session-replay/release-content.txt |
Records the new release artifact. |
packages/react-native-session-replay/package.json |
Bumps the package version. |
packages/react-native-openfeature/release-content.txt |
Adds generated RUM and OpenFeature artifacts. |
packages/react-native-openfeature/package.json |
Bumps package and core dependency versions. |
packages/react-native-navigation/release-content.txt |
Adds generated core flag artifacts. |
packages/react-native-navigation/package.json |
Bumps package and core dependency versions. |
packages/react-native-babel-plugin/package.json |
Bumps the package version. |
packages/react-native-apollo-client/release-content.txt |
Adds generated core flag artifacts. |
packages/react-native-apollo-client/package.json |
Bumps the package version. |
packages/internal-testing-tools/package.json |
Bumps the package version. |
packages/core/src/version.ts |
Updates the JavaScript SDK version. |
packages/core/release-content.txt |
Adds generated core artifacts. |
packages/core/package.json |
Bumps the core package version. |
packages/core/ios/Sources/SdkVersion.swift |
Updates the iOS bridge version. |
packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt |
Updates the Android bridge version. |
packages/codepush/package.json |
Bumps package and workspace dependency versions. |
NATIVE_SDK_VERSIONS.md |
Records native SDK versions for 3.8.0. |
lerna.json |
Updates the repository release version. |
example/ios/Podfile.lock |
Updates example iOS package versions and checksums. |
example-new-architecture/ios/Podfile.lock |
Updates new-architecture package versions and checksums. |
benchmarks/ios/Podfile.lock |
Updates benchmark package versions and checksums. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
leoromanovsky
approved these changes
Sep 21, 2026
cdn34dd
approved these changes
Sep 22, 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 v3.8.0 release.
What's Changed
Review checklist (to be filled by reviewers)