fix: type for received-apns-notification event (#37177)

This commit is contained in:
Jeremy Rose
2023-02-07 22:43:29 -08:00
committed by GitHub
parent 6a3cb34326
commit 9a0a0a7a46

View File

@@ -26,6 +26,7 @@ The `pushNotification` module emits the following events:
Returns:
* `event` Event
* `userInfo` Record<String, any>
Emitted when the app receives a remote notification while running.