Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NATIVE_SDK_VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| React Native | iOS Bridge / iOS SDK | Android Bridge / Android SDK |
|-------------|---------------------|-----------------------------|
| 2.9.0 | 2.27.0 | 2.21.0 |
| 2.8.2 | 2.27.0 | 2.19.2 |
| 2.8.1 | 2.27.0 | 2.19.2 |
| 2.8.0 | 2.27.0 | 2.19.2 |
Expand Down
2 changes: 2 additions & 0 deletions example-new-architecture/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source 'https://github.com/CocoaPods/Specs.git'

# Resolve react_native_pods.rb with node to allow for hoisting
require Pod::Executable.execute_command('node', ['-p',
'require.resolve(
Expand Down
8 changes: 4 additions & 4 deletions example-new-architecture/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PODS:
- DatadogInternal (= 2.27.0)
- DatadogRUM (2.27.0):
- DatadogInternal (= 2.27.0)
- DatadogSDKReactNative (2.8.2):
- DatadogSDKReactNative (2.9.0):
- DatadogCore (~> 2.27.0)
- DatadogCrashReporting (~> 2.27.0)
- DatadogLogs (~> 2.27.0)
Expand All @@ -37,7 +37,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- DatadogSDKReactNative/Tests (2.8.2):
- DatadogSDKReactNative/Tests (2.9.0):
- DatadogCore (~> 2.27.0)
- DatadogCrashReporting (~> 2.27.0)
- DatadogLogs (~> 2.27.0)
Expand Down Expand Up @@ -1855,7 +1855,7 @@ SPEC CHECKSUMS:
DatadogInternal: 3c5cae6772295fd175a9de11e4747a9322aaa4e7
DatadogLogs: 09d6358dc7682f9d3eaea85dd418f82d2db3560c
DatadogRUM: 0f267df8c9c8579a291870c2bce4549587391a07
DatadogSDKReactNative: 956da5fbbead751dc3926d912083cbac4915ca97
DatadogSDKReactNative: 9deab46d60cd26bc214f41bf02d77b8b5b19aff4
DatadogTrace: f46c8220c73463d09741013f385a6e27cd39185b
DatadogWebViewTracking: dc8376420c8686efd09d00752bc1034b639d180b
DoubleConversion: f16ae600a246532c4020132d54af21d0ddb2a385
Expand Down Expand Up @@ -1925,6 +1925,6 @@ SPEC CHECKSUMS:
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: feb4910aba9742cfedc059e2b2902e22ffe9954a

PODFILE CHECKSUM: f7035bf6c731beaedc18e482a664b7d0a2056b09
PODFILE CHECKSUM: d9d720c99b6fffec4dd489d565a544a358a52b83

COCOAPODS: 1.16.2
2 changes: 2 additions & 0 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source 'https://github.com/CocoaPods/Specs.git'

# Resolve react_native_pods.rb with node to allow for hoisting
require Pod::Executable.execute_command('node', ['-p',
'require.resolve(
Expand Down
Loading
Loading