dvabuzyarov / nativescript-exit

A plugin for Nativescript framework implementing exit function for the application
Apache License 2.0
6 stars 3 forks source link

Build Status NPM version npm downloads Dependency Status

nativescript-exit

A plugin for Nativescript framework implementing exit function for the application

install

npm install nativescript-exit --save

usage

import {exit} from 'nativescript-exit';
exit();