@selligent-marketing-cloud/selligent-react-native 4.0.2 → 4.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.
package/README.md CHANGED
@@ -12,8 +12,8 @@ This module supports the following SDK and tools:
12
12
  | ------------------------------------------------------------------------------ |---------|
13
13
  | [Android SDK](https://github.com/SelligentMarketingCloud/MobileSDK-Android) | 4.5.0 |
14
14
  | [iOS SDK](https://github.com/SelligentMarketingCloud/MobileSDK-iOS) | 3.8.5 |
15
- | ReactNative | 0.73.4 |
16
- | Expo SDK | 50 |
15
+ | ReactNative | 0.76.5 |
16
+ | Expo SDK | 52 |
17
17
 
18
18
  ## Installation
19
19
 
@@ -19,7 +19,7 @@ android {
19
19
  compileSdk 34
20
20
 
21
21
  defaultConfig {
22
- minSdkVersion 21
22
+ minSdkVersion 23
23
23
  targetSdkVersion 34
24
24
  }
25
25
 
@@ -561,6 +561,7 @@ In the other hand, you can also use the native methods `RNSelligent/willPresentN
561
561
  // OR
562
562
  // #import <RNSelligentMobileSDK/RNSelligentMobileSDK-Swift.h>
563
563
  // #import <MapKit/MapKit.h>
564
+ // #import <WebKit/WebKit.h>
564
565
  // #import <SelligentMobileSDK/SMHelperSwift.h>
565
566
 
566
567
  - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  },
5
5
  "name": "@selligent-marketing-cloud/selligent-react-native",
6
6
  "title": "Marigold Engage React Native",
7
- "version": "4.0.2",
7
+ "version": "4.1.0",
8
8
  "description": "React Native wrapper for the Marigold Engage Android and iOS SDKs",
9
9
  "main": "index.js",
10
10
  "repository": {