Commit 9ef5e6f1 authored by yogevbd's avatar yogevbd

Fix documentation

parent 2b40b3b4
...@@ -44,5 +44,5 @@ Notifications.cancelLocalNotification(id); ...@@ -44,5 +44,5 @@ Notifications.cancelLocalNotification(id);
Check if the app has permissions to send remote notifications. Check if the app has permissions to send remote notifications.
```js ```js
const hasPermissions: boolean = await Notifications.getInitialNotification(); const hasPermissions: boolean = await Notifications.isRegisteredForRemoteNotifications();
``` ```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment