Bump expo-notifications to fix NPE (#4425)

* bump library

* rename patch file
This commit is contained in:
Hailey 2024-06-07 19:17:00 -07:00 committed by GitHub
parent 480a40862f
commit 5f63b8d40f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -0,0 +1,9 @@
## LOAD BEARING PATCH, DO NOT REMOVE
## Expo-Notifications Patch
This patch supports the Android background notification handling module. Incoming messages
in `onMessageReceived` are sent to the module for handling.
It also allows us to set the Android notification channel ID from the notification `data`, rather
than the `notification` object in the payload.