Skip to content

Commit

Permalink
Merge branch 'master' into hotfix/proper-initial-notification-on-andr…
Browse files Browse the repository at this point in the history
…oid-13
  • Loading branch information
DanielEliraz committed Jul 20, 2023
2 parents 62f2cd8 + 7925280 commit de606cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/localNotifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let localNotification = Notifications.postLocalNotification({

Notification object contains:

- **`fireDate`**- The date and time when the system should deliver the notification (optinal - default is immediate dispatch).
- **`fireDate`**- The date and time when the system should deliver the notification (optional - default is immediate dispatch).
- `body`- The message displayed in the notification alert.
- `title`- The title of the notification, displayed in the notifications center.
- `alertAction`- The "action" displayed beneath an actionable notification on the lockscreen (e.g. "Slide to **open**"). Note that Apple no longer shows this in iOS 10.
Expand Down

0 comments on commit de606cc

Please sign in to comment.