diff options
Diffstat (limited to 'patches/expo-notifications-0.27.6.patch.md')
-rw-r--r-- | patches/expo-notifications-0.27.6.patch.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/patches/expo-notifications-0.27.6.patch.md b/patches/expo-notifications-0.27.6.patch.md new file mode 100644 index 000000000..59b2598f3 --- /dev/null +++ b/patches/expo-notifications-0.27.6.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. |