infobip-mobile-messaging-react-native-plugin 4.1.2 → 4.1.3

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.
@@ -78,7 +78,7 @@ repositories {
78
78
  }
79
79
 
80
80
  dependencies {
81
- def mmVersion = '5.3.3'
81
+ def mmVersion = '5.3.6'
82
82
 
83
83
  implementation 'com.facebook.react:react-native:+'
84
84
  implementation "androidx.annotation:annotation:1.1.0"
@@ -19,8 +19,8 @@ Pod::Spec.new do |s|
19
19
  s.requires_arc = true
20
20
 
21
21
  s.dependency "React-Core"
22
- s.dependency "MobileMessaging/Core", "9.2.7"
23
- s.dependency "MobileMessaging/Geofencing", "9.2.7"
24
- s.dependency "MobileMessaging/InAppChat", "9.2.7"
22
+ s.dependency "MobileMessaging/Core", "9.2.10"
23
+ s.dependency "MobileMessaging/Geofencing", "9.2.10"
24
+ s.dependency "MobileMessaging/InAppChat", "9.2.10"
25
25
 
26
26
  end
package/ios/Cartfile CHANGED
@@ -1 +1 @@
1
- github "infobip/mobile-messaging-sdk-ios" "9.2.7"
1
+ github "infobip/mobile-messaging-sdk-ios" "9.2.10"
@@ -1 +1 @@
1
- github "infobip/mobile-messaging-sdk-ios" "9.2.7"
1
+ github "infobip/mobile-messaging-sdk-ios" "9.2.10"
@@ -105,7 +105,6 @@ class ReactNativeMobileMessaging: RCTEventEmitter {
105
105
  mobileMessaging?.start({
106
106
  onSuccess(nil)
107
107
  })
108
- MobileMessaging.sync()
109
108
  }
110
109
 
111
110
  private func stop() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "infobip-mobile-messaging-react-native-plugin",
3
3
  "title": "Infobip Mobile Messaging React Native Plugin",
4
- "version": "4.1.2",
4
+ "version": "4.1.3",
5
5
  "description": "Infobip Mobile Messaging React Native Plugin",
6
6
  "main": "index.js",
7
7
  "scripts": {