We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be6412 commit deced84Copy full SHA for deced84
README.md
@@ -18,7 +18,9 @@ tns install typescript
18
19
Then open `references.d.ts` in the root of your project and add this line to get autocompletion and type-checking for this plugin:
20
21
+```
22
/// <reference path="./node_modules/nativescript-local-notifications/local-notifications.d.ts" />
23
24
25
Now you can import the plugin as an object into your `.ts` file as follows:
26
0 commit comments