From 9a0a0a7a46878cc4ade6f678bfa9d7d85013c85b Mon Sep 17 00:00:00 2001 From: Jeremy Rose Date: Tue, 7 Feb 2023 22:43:29 -0800 Subject: [PATCH] fix: type for received-apns-notification event (#37177) --- docs/api/push-notifications.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/push-notifications.md b/docs/api/push-notifications.md index cad396bc03d5..faf080fc5e3a 100644 --- a/docs/api/push-notifications.md +++ b/docs/api/push-notifications.md @@ -26,6 +26,7 @@ The `pushNotification` module emits the following events: Returns: +* `event` Event * `userInfo` Record Emitted when the app receives a remote notification while running.