react-native-acoustic-mobile-push-inbox-beta 3.9.35 → 3.9.36

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 +3 -19
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,21 +1,5 @@
1
- # react-native-acoustic-mobile-push-inbox-beta
2
- Required Campaign plugin for inbox feature.
1
+ # Acoustic Campaign - React-Native Plugin
3
2
 
4
- ### Plugin Dependencies
5
- react-native-acoustic-mobile-push-beta
6
- react-native-acoustic-mobile-push-inapp-beta
7
- ----
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.
8
4
 
9
- [Overview](https://developer.goacoustic.com/acoustic-campaign/docs/add-the-react-native-plug-in-to-your-app#overview)
10
- ---
11
-
12
- ## Install
13
- Add `react-native-acoustic-mobile-push-inbox-beta` to the project.
14
-
15
- ```shell yarn
16
- yarn add react-native-acoustic-mobile-push-inbox-beta
17
- ```
18
-
19
- ```shell npm
20
- npm i react-native-acoustic-mobile-push-inbox-beta
21
- ```
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.35"
12
+ "react-native-acoustic-mobile-push-beta": "3.9.36"
13
13
  },
14
14
  "description": "BETA: Acoustic Mobile Push Inbox Content Plugin",
15
15
  "main": "index.js",
16
16
  "repository": {
17
17
  "type": "git",
18
18
  "directory": "plugins/react-native-acoustic-mobile-push-inbox",
19
- "url": "https://github.com/aipoweredmarketer/ca-mce-react-native"
19
+ "url": "https://github.com/go-acoustic/Acoustic-Mobile-Push-React-Native"
20
20
  },
21
- "version": "3.9.35",
21
+ "version": "3.9.36",
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://github.com/aipoweredmarketer/ca-mce-react-native"
39
+ "homepage": "https://www.acoustic.com/solutions/campaign"
40
40
  }