Files
bsky-social-app/patches/expo-updates+0.26.10.patch.md
T
dan 21c288272d Update more Expo packages (#7127)
* Bump Expo resolutions

* Bump packages

* Bumpy bump
2024-12-16 17:35:44 +00: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.