Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-exit-app

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-exit-app - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

.idea/encodings.xml

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc