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 aa5963e commit bfb80b4Copy full SHA for bfb80b4
README.md
@@ -21,10 +21,9 @@ tns install typescript
21
Now you can import the plugin as an object into your `.ts` file as follows:
22
23
```js
24
-// import the TS definitions
25
import * as LocalNotifications from "nativescript-local-notifications";
26
27
-// .. and use it as:
+// .. then use it as:
28
LocalNotifications.hasPermission()..
29
```
30
0 commit comments