Open
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the React Native SDK v3.2.0 release by aligning version numbers across the monorepo packages and updating the example projects’ native lockfiles to reflect the new SDK version.
Changes:
- Bump package versions from
3.1.2to3.2.0across the core package and companion packages. - Update SDK version constants for JS (
version.ts), iOS (SdkVersion.swift), and Android (SdkVersion.kt). - Refresh dependency lockfiles and documentation to reflect the new release (Yarn + CocoaPods + native SDK version matrix).
Reviewed changes
Copilot reviewed 15 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
yarn.lock |
Updates workspace dependency references to @datadog/mobile-react-native 3.2.0. |
packages/react-navigation/package.json |
Bumps package version and devDependency on core SDK to ^3.2.0. |
packages/react-native-webview/package.json |
Bumps package version to 3.2.0. |
packages/react-native-session-replay/package.json |
Bumps package version to 3.2.0. |
packages/react-native-openfeature/package.json |
Bumps package version and devDependency on core SDK to ^3.2.0. |
packages/react-native-navigation/package.json |
Bumps package version and devDependency on core SDK to ^3.2.0. |
packages/react-native-babel-plugin/package.json |
Bumps package version to 3.2.0. |
packages/react-native-apollo-client/package.json |
Bumps package version to 3.2.0. |
packages/internal-testing-tools/package.json |
Bumps package version to 3.2.0. |
packages/codepush/package.json |
Bumps package version and workspace devDependency to core 3.2.0. |
packages/core/package.json |
Bumps core SDK package version to 3.2.0. |
packages/core/src/version.ts |
Updates JS SDK version constant to 3.2.0. |
packages/core/ios/Sources/SdkVersion.swift |
Updates iOS SDK version constant to 3.2.0. |
packages/core/android/src/main/kotlin/com/datadog/reactnative/SdkVersion.kt |
Updates Android SDK version constant to 3.2.0. |
lerna.json |
Updates monorepo version to 3.2.0. |
example/ios/Podfile.lock |
Updates example app pods to reference DatadogSDKReactNative (3.2.0) (and related pod checksums). |
example-new-architecture/ios/Podfile.lock |
Same as above for the new-architecture example. |
benchmarks/ios/Podfile.lock |
Same as above for benchmarks app. |
NATIVE_SDK_VERSIONS.md |
Adds the 3.2.0 row mapping to iOS 3.8.2 and Android 3.8.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cdn34dd
approved these changes
Mar 24, 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.2.0 release.
What's Changed
MIGRATION.mdto include changes tofirstPartyHostsconfiguration by @cdn34dd in [CHORE] UpdateMIGRATION.mdto include changes tofirstPartyHostsconfiguration #1217New Contributors
Full Changelog: 3.1.2...3.2.0
Review checklist (to be filled by reviewers)