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

This commit is contained in:
Jeremy Rose 2023-02-07 22:43:29 -08:00 коммит произвёл GitHub
Родитель 6a3cb34326
Коммит 9a0a0a7a46
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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