react-native-acoustic-mobile-push-location-beta 3.9.13 → 3.9.14

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/package.json +2 -2
  2. package/postinstall.js +0 -2
package/package.json CHANGED
@@ -24,7 +24,7 @@
24
24
  "main": "index.js",
25
25
  "name": "react-native-acoustic-mobile-push-location-beta",
26
26
  "peerDependencies": {
27
- "react-native-acoustic-mobile-push-beta": "3.9.13"
27
+ "react-native-acoustic-mobile-push-beta": "3.9.14"
28
28
  },
29
29
  "repository": {
30
30
  "directory": "plugins/react-native-acoustic-mobile-push-location",
@@ -36,5 +36,5 @@
36
36
  "test": "echo \"Error: no test specified\" && exit 1"
37
37
  },
38
38
  "summary": "react-native ios android mobile push Campaign",
39
- "version": "3.9.13"
39
+ "version": "3.9.14"
40
40
  }
package/postinstall.js CHANGED
@@ -271,8 +271,6 @@ modifyManifest(installDirectory);
271
271
  console.log(chalk.green("Installation Complete!"));
272
272
 
273
273
  console.log(chalk.blue.bold("\nPost Installation Steps\n"));
274
- console.log(chalk.blue('For react-native 0.59 and lower link the plugin with:'));
275
- console.log('react-native link react-native-acoustic-mobile-push-location\n');
276
274
 
277
275
  console.log(chalk.blue('iOS Support:'));
278
276
  console.log("Please replace the placeholder location usage descriptions in info.plist in the NSLocationWhenInUseUsageDescription, NSLocationAlwaysUsageDescription and NSLocationAlwaysAndWhenInUseUsageDescription keys.\n");