@nativescript/local-notifications

v5.0.0
The Local Notifications plugin allows your app to show notifications when the app is not running. Just like remote push notifications, but a few orders of magnitude easier to set up.
ecosystem:NativeScript NativeScript Alarm Notification Local Notification

test

npm run tslint && npm run tslint.demo && cd ../demo && tns build ios && tns build android

build

npm i && tsc --skipLibCheck

clean

npx rimraf node_modules package-lock.json && npm i

setup

npm run build && cd ../demo && npm i

tslint

tslint --config '../tslint.json' '*.ts' --exclude '**/node_modules/**'

demo.ios

npm run build && cd ../demo && tns run ios

test.ios

cd ../demo && tns test ios --emulator

ci.tslint

npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'

demo-ng.ios

npm run build && cd ../demo-ng && tns run ios

plugin.link

npm link && cd ../demo && npm link nativescript-mapbox && cd ../src

preparedemo

npm run build && cd ../demo && tns plugin remove nativescript-mapbox && tns plugin add ../src && tns install

tslint.demo

tslint --config '../tslint.json' '../demo/app/*.ts' --exclude '**/node_modules/**'

demo-vue.ios

npm run build && cd ../demo-vue && tns run ios --bundle

demo.android

npm run build && cd ../demo && tns run android

test.android

cd ../demo && tns test android --justlaunch

prepublishOnly

npm run build

demo-ng.android

npm run build && cd ../demo-ng && tns run android

setupandinstall

npm i && cd ../demo && npm i && cd ../src && npm run build && cd ../demo && tns plugin add ../src && cd ../src

test.ios.device

cd ../demo && tns test ios

demo-vue.android

npm run build && cd ../demo-vue && tns run android --bundle

development.setup

npm run setup && npm link && cd ../demo && npm link nativescript-mapbox && cd ../src

generate.typings.ios

cd ../demo && TNS_DEBUG_METADATA_PATH="$(pwd)/metadata" tns build ios && TNS_TYPESCRIPT_DECLARATIONS_PATH="$(pwd)/typings" tns build ios && echo 'Now look for your library typings in demo/typings!'
npm i @nativescript/[email protected]

Metadata

  • MIT
  • Whatever
  • Eddy Verbruggen
  • released 8/13/2020

Downloads