Update expo and related dependencies (#9291)

* update expo + deps

* reanimated patch right version

* Update yarn.lock

* update other rn packages
This commit is contained in:
Samuel Newman
2025-10-28 15:44:16 +02:00
committed by GitHub
parent 0c6469f272
commit 5cff45bdc8
10 changed files with 316 additions and 489 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.