You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,13 @@ import * as LocalNotifications from "nativescript-local-notifications";
35
35
LocalNotifications.hasPermission()
36
36
```
37
37
38
-
## Usage
39
-
38
+
## Demo app (XML)
40
39
If you want a quickstart, [clone our demo app](https://github.com/EddyVerbruggen/nativescript-local-notifications-demo).
41
40
41
+
42
+
## Demo app (Angular)
43
+
This plugin is part of the [plugin showcase app](https://github.com/EddyVerbruggen/nativescript-pluginshowcase/tree/master/app/feedback) I built using Angular.
44
+
42
45
### schedule
43
46
On iOS you need to ask permission to schedule a notification.
44
47
You can have the `schedule` funtion do that for you automatically (the notification will be scheduled in case the user granted permission),
0 commit comments