Files
bsky-social-app/patches/expo-updates+29.0.12.patch.md
T
Samuel Newman 5cff45bdc8 Update expo and related dependencies (#9291)
* update expo + deps

* reanimated patch right version

* Update yarn.lock

* update other rn packages
2025-10-28 06:44:16 -07:00

368 B

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.