nativescript-exit

A plugin for Nativescript framework implementing exit function for the application

Usage no npm install needed!

<script type="module">
  import nativescriptExit from 'https://cdn.skypack.dev/nativescript-exit';
</script>

README

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();