@datadog/mobile-react-native-webview 3.0.2 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,8 +23,8 @@ Pod::Spec.new do |s|
23
23
  end
24
24
 
25
25
  # /!\ Remember to keep the version in sync with DatadogSDKReactNative.podspec
26
- s.dependency 'DatadogWebViewTracking', '3.4.0'
27
- s.dependency 'DatadogInternal', '3.4.0'
26
+ s.dependency 'DatadogWebViewTracking', '3.5.0'
27
+ s.dependency 'DatadogInternal', '3.5.0'
28
28
  s.dependency 'DatadogSDKReactNative'
29
29
 
30
30
  s.test_spec 'Tests' do |test_spec|
@@ -196,7 +196,7 @@ dependencies {
196
196
  implementation "com.facebook.react:react-android:$reactNativeVersion"
197
197
  }
198
198
 
199
- implementation "com.datadoghq:dd-sdk-android-webview:3.4.0"
199
+ implementation "com.datadoghq:dd-sdk-android-webview:3.5.0"
200
200
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
201
201
 
202
202
  implementation project(path: ':datadog_mobile-react-native')
@@ -33,7 +33,7 @@ RCT_CUSTOM_VIEW_PROPERTY(allowedHosts, NSArray, RCTDatadogWebView)
33
33
  }
34
34
 
35
35
  + (BOOL)requiresMainQueueSetup {
36
- return YES;
36
+ return NO;
37
37
  }
38
38
 
39
39
  // MARK: - Initialization
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datadog/mobile-react-native-webview",
3
- "version": "3.0.2",
3
+ "version": "3.1.0",
4
4
  "description": "A client-side React Native module to interact with react-native-webview and Datadog",
5
5
  "keywords": [
6
6
  "datadog",
@@ -94,5 +94,5 @@
94
94
  "javaPackageName": "com.datadog.reactnative.webview"
95
95
  }
96
96
  },
97
- "gitHead": "5ba4e339092388a29f5fe19df8a21451ed89f083"
97
+ "gitHead": "fbb259da0575dba36fb1bb163aa21462d204940c"
98
98
  }