react-native-netmera 1.8.0-beta01 → 1.8.0-beta02

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
@@ -210,9 +210,9 @@ export const onPushReceive = async (message) => {
210
210
 
211
211
  ```
212
212
  // For receiving Media Push, you must add Netmera pods to top of your Podfile.
213
- pod "Netmera", "3.23.5-WithoutDependency"
214
- pod "Netmera/NotificationServiceExtension", "3.23.5-WithoutDependency"
215
- pod "Netmera/NotificationContentExtension", "3.23.5-WithoutDependency"
213
+ pod "Netmera", "3.24.9-WithoutDependency"
214
+ pod "Netmera/NotificationServiceExtension", "3.24.9-WithoutDependency"
215
+ pod "Netmera/NotificationContentExtension", "3.24.9-WithoutDependency"
216
216
  ```
217
217
 
218
218
  5. In order to use the widget URL callback, add these methods to between `@implementation AppDelegate` and `@end`.
package/RNNetmera.podspec CHANGED
@@ -18,6 +18,6 @@ Pod::Spec.new do |s|
18
18
  s.requires_arc = true
19
19
 
20
20
  s.dependency 'React'
21
- s.dependency 'Netmera','3.24.7-WithoutDependency'
21
+ s.dependency 'Netmera','3.24.9-WithoutDependency'
22
22
  end
23
23
 
@@ -19,7 +19,7 @@ android {
19
19
  }
20
20
 
21
21
  dependencies {
22
- implementation 'com.netmera:nmcore:4.0.3'
22
+ implementation 'com.netmera:nmcore:4.0.7'
23
23
  implementation 'com.netmera:nmfcm:4.0.0'
24
24
  implementation 'com.netmera:nmhms:4.0.0'
25
25
  implementation 'com.facebook.react:react-native:+'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-netmera",
3
- "version": "1.8.0-beta01",
3
+ "version": "1.8.0-beta02",
4
4
  "description": "Netmera React Native SDK",
5
5
  "main": "index.ts",
6
6
  "author": "netmera",