diff options
author | Hailey <me@haileyok.com> | 2024-06-07 19:17:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-08 03:17:00 +0100 |
commit | 5f63b8d40f7ede8bbaaf1d1f68200126896f061b (patch) | |
tree | 72e470faecb5112fdc0f9d6a2157977e99ffa78a /patches/expo-notifications-0.28.7.patch.md | |
parent | 480a40862f329f98a37772f01fd774d0e6d89a9e (diff) | |
download | voidsky-5f63b8d40f7ede8bbaaf1d1f68200126896f061b.tar.zst |
Bump `expo-notifications` to fix NPE (#4425)
* bump library * rename patch file
Diffstat (limited to 'patches/expo-notifications-0.28.7.patch.md')
-rw-r--r-- | patches/expo-notifications-0.28.7.patch.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/patches/expo-notifications-0.28.7.patch.md b/patches/expo-notifications-0.28.7.patch.md new file mode 100644 index 000000000..59b2598f3 --- /dev/null +++ b/patches/expo-notifications-0.28.7.patch.md @@ -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. |