2.0.0 • Published 3 years ago

nativescript-in-app-notifications v2.0.0

Weekly downloads
23
License
MIT
Repository
github
Last release
3 years ago

NativeScript In App Notifications plugin

npm version

This is a plugin to show in app notifications on iOS, using BSForegroundNotification v3.1).

Demo

Check out the demo folder for a sample usage.

Angular 2

Usage:

  1. Add the plugin to your project:

    npm install nativescript-in-app-notifications
  2. To show a notification call showNotification:

  InAppNotifications.getInstance().showNotification('This is a notification', 'This is the title', () => {
              console.log('tap');
          });

Try the Demo

To try the demo run the following commands:

npm run setup
npm run build.demo
npm run dev.ios

If you change files in the demo project and want to run the app again:

npm run build.demo
npm run dev.ios
2.0.0

3 years ago

1.0.0

4 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

6 years ago

0.1.0

7 years ago