react-native-acoustic-mobile-push-snooze-beta 3.9.35 → 3.9.37
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 +3 -20
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,22 +1,5 @@
|
|
|
1
|
-
#
|
|
2
|
-
Optional Campaign plugin for snooze feature.
|
|
1
|
+
# Acoustic Campaign - React-Native Plugin
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
react-native-acoustic-mobile-push-beta
|
|
6
|
-
react-native-acoustic-mobile-push-inapp-beta
|
|
7
|
-
react-native-acoustic-mobile-push-inbox-beta
|
|
8
|
-
----
|
|
3
|
+
Campaign plugin has been published to NPM for React-Native apps. Add the plugin with 'yarn' or 'npm' to start configuring basic or advanced mobile app messaging features using an unified configuration file called 'CampaignConfig.json' for both iOS and Android apps.
|
|
9
4
|
|
|
10
|
-
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
## Install
|
|
14
|
-
Add `react-native-acoustic-mobile-push-snooze-beta` to the project.
|
|
15
|
-
|
|
16
|
-
```shell yarn
|
|
17
|
-
yarn add react-native-acoustic-mobile-push-snooze-beta
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
```shell npm
|
|
21
|
-
npm i react-native-acoustic-mobile-push-snooze-beta
|
|
22
|
-
```
|
|
5
|
+
Please review base plugin at https://www.npmjs.com/package/react-native-acoustic-mobile-push-beta for instructions.
|
package/package.json
CHANGED
|
@@ -9,16 +9,16 @@
|
|
|
9
9
|
],
|
|
10
10
|
"author": "Acoustic, L.P.",
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"react-native-acoustic-mobile-push-beta": "3.9.
|
|
12
|
+
"react-native-acoustic-mobile-push-beta": "3.9.37"
|
|
13
13
|
},
|
|
14
14
|
"description": "BETA: Acoustic Mobile Push Snooze Action Plugin",
|
|
15
15
|
"main": "index.js",
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
18
|
"directory": "plugins/react-native-acoustic-mobile-push-snooze",
|
|
19
|
-
"url": "https://github.com/
|
|
19
|
+
"url": "https://github.com/go-acoustic/Acoustic-Mobile-Push-React-Native"
|
|
20
20
|
},
|
|
21
|
-
"version": "3.9.
|
|
21
|
+
"version": "3.9.37",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"plist": "^3.0.1",
|
|
24
24
|
"xml2js": "^0.4.19",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"postinstall": "node postinstall.js $INIT_CWD",
|
|
37
37
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
38
38
|
},
|
|
39
|
-
"homepage": "https://
|
|
39
|
+
"homepage": "https://www.acoustic.com/solutions/campaign"
|
|
40
40
|
}
|