react-native-netmera 2.0.0-alpha05 → 2.0.0-beta01

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -173,8 +173,8 @@ RNNetmera.initNetmera()
173
173
 
174
174
  ```
175
175
  // For receiving Media Push, you must add Netmera pods to top of your Podfile.
176
- pod 'NetmeraNotificationServiceExtension', "4.17.0"
177
- pod "NetmeraNotificationContentExtension", "4.17.0"
176
+ pod 'NetmeraNotificationServiceExtension', "4.18.0"
177
+ pod "NetmeraNotificationContentExtension", "4.18.0"
178
178
  ```
179
179
 
180
180
  7. In order to use the widget URL callback, add these lines into `AppDelegate.swift` file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-netmera",
3
- "version": "2.0.0-alpha05",
3
+ "version": "2.0.0-beta01",
4
4
  "description": "Netmera React Native SDK",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./lib/module/index.js",