Update more Expo packages (#7127)

* Bump Expo resolutions

* Bump packages

* Bumpy bump
This commit is contained in:
dan
2024-12-16 17:35:44 +00:00
committed by GitHub
parent c4fffba11b
commit 21c288272d
6 changed files with 21 additions and 109 deletions
@@ -0,0 +1,14 @@
## 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.
### `setBadgeCountAsync` fix on Android
`ShortcutBadger`'s `setCount` doesn't work for clearing the badge on Android for some reason. Instead, let's use the
Android API for clearing the badge.