react-native-exit-app
Advanced tools
Comparing version 0.1.0 to 1.0.0
{ | ||
"name": "react-native-exit-app", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Exit,close,kill,shutdown app completely for React Native on iOS and Android.", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
"author": "Wumke", | ||
"license": "ISC", | ||
"license": "GPLv3", | ||
"bugs": { | ||
@@ -27,0 +27,0 @@ "url": "https://github.com/wumke/react-native-exit-app/issues" |
# react-native-exit-app | ||
Exit / Close / Kill / shutdown your react native app. Does not invoke a crash notification. | ||
NOTICE: | ||
- for React Native < 0.47 use react-native-immediate-phone-call <1.x.x | ||
- for React Native > 0.47 use react-native-immediate-phone-call >=1.x.x | ||
## Setup | ||
Fast and easy: | ||
```bash | ||
npm install react-native-exit-app | ||
npm install react-native-exit-app --save | ||
react-native link react-native-exit-app | ||
``` | ||
Or add the latest version as dependeny to your package.json. | ||
Or manual: add the latest version as dependeny to your package.json. | ||
@@ -24,3 +30,3 @@ ```javascript | ||
####iOS | ||
#### iOS | ||
* Add RNExitApp.xcoderproj into your project in the Libraries folder. | ||
@@ -30,3 +36,3 @@ * Add the .a file on the General tab of your target under Linked Frameworks And Libraries | ||
####Android | ||
#### Android | ||
* In the settings.gradle | ||
@@ -67,2 +73,2 @@ ``` | ||
This project uses semantic versioning: MAJOR.MINOR.PATCH. | ||
This means that releases within the same MAJOR version are always backwards compatible. For more info see [semver.org](http://semver.org/). | ||
This means that releases within the same MAJOR version are always backwards compatible. For more info see [semver.org](http://semver.org/). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
92624
20
2
2
72