diff options
author | dan <dan.abramov@gmail.com> | 2024-05-29 05:02:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 05:02:49 +0100 |
commit | ff6a044f66e0babeaf559880735362fa69590f7e (patch) | |
tree | 65032dcfc55b1adc47c3e24e4818dbe8a24df4ff /patches/expo-notifications-0.28.3.patch.md | |
parent | efdfb7f57a6de487330cd1a24c3bc4955bb8c74d (diff) | |
download | voidsky-ff6a044f66e0babeaf559880735362fa69590f7e.tar.zst |
Bump more Expo libs (#4251)
* Bump more Expo libs * Use legacy camera API * fix `expo-notifications` patch * bump `menu` * change patch name * patch reanimated * Revert "patch reanimated" This reverts commit dad822d8ea04c71a609784114d60f2e67b78290b. * Use nightly reanimated * Revert "Use nightly reanimated" This reverts commit 6687c7182883feb889cbf2c67dd14890e06bc501. * Revert "Revert "patch reanimated"" This reverts commit c30abd6732f559ca04dc59698411e1058800d63e. --------- Co-authored-by: Hailey <me@haileyok.com>
Diffstat (limited to 'patches/expo-notifications-0.28.3.patch.md')
-rw-r--r-- | patches/expo-notifications-0.28.3.patch.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/patches/expo-notifications-0.28.3.patch.md b/patches/expo-notifications-0.28.3.patch.md new file mode 100644 index 000000000..59b2598f3 --- /dev/null +++ b/patches/expo-notifications-0.28.3.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. |