Skip to content

wadgreen/nativescript-local-notifications-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nativescript-local-notifications demo app

DEPRECATED: we now use the demo inside the plugin repo.

Demo app for the {N} local notifications plugin. SuperEasy(TM) to install!

Installation

This app is built with the NativeScript CLI. Once you have the CLI installed, start by cloning the repo:

make sure your project folder name is not too long - this one is ok:

$ git clone https://github.com/EddyVerbruggen/nativescript-local-notifications-demo ns-localnotifications
$ cd ns-localnotifications/LocalNotifications

Next, install the app's iOS and Android runtimes, as well as the app's npm dependencies:

$ tns install

From there you can use the run command to run the demo app on iOS:

$ tns run ios

.. or on Android

$ tns run android

Screenshots (iOS)

About

Demo app for the NativeScript local notifications plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.7%
  • CSS 7.3%