@selligent-marketing-cloud/selligent-react-native 4.0.1 → 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 +2 -2
- package/android/build.gradle +1 -1
- package/documentation/README.md +1 -0
- package/ios/RNSelligentMapper.h +3 -0
- package/package.json +1 -1
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.
|
|
16
|
-
| Expo SDK |
|
|
15
|
+
| ReactNative | 0.76.5 |
|
|
16
|
+
| Expo SDK | 52 |
|
|
17
17
|
|
|
18
18
|
## Installation
|
|
19
19
|
|
package/android/build.gradle
CHANGED
package/documentation/README.md
CHANGED
|
@@ -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/ios/RNSelligentMapper.h
CHANGED
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
|
|
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": {
|