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
+7
View File
@@ -0,0 +1,7 @@
# Expo-Updates Patch
This is a small patch to convert timestamp formats that are returned from the backend. Instead of relying on the
backend to return the correct format for a specific format (the format required on Android is not the same as on iOS)
we can just add this conversion in.
Don't remove unless we make changes on the backend to support both platforms.