@selligent-marketing-cloud/selligent-react-native 3.8.0 → 3.9.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.1 |
15
- | ReactNative | 0.72.4 |
16
- | Expo SDK | 49 |
15
+ | ReactNative | 0.73.4 |
16
+ | Expo SDK | 50 |
17
17
 
18
18
  ## Installation
19
19
 
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
10
  s.description = "React Native wrapper mapper for the Marigold Engage Android and iOS SDKs"
11
11
  s.homepage = package['homepage']
12
12
  s.license = "MIT"
13
- s.platform = :ios, "12.0"
13
+ s.platform = :ios, "13.4"
14
14
  s.source = { :git => "https://github.com/SelligentMarketingCloud/MobileSDK-ReactNative.git", :tag => "v" + s.version.to_s }
15
15
  s.swift_version = "5.0"
16
16
 
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": "3.8.0",
7
+ "version": "3.9.0",
8
8
  "description": "React Native wrapper for the Marigold Engage Android and iOS SDKs",
9
9
  "main": "index.js",
10
10
  "repository": {