Files
bsky-social-app/patches/expo-updates@57.0.10.patch.md
Oleksii Bulenok 45aa1a67b0 Expo 57 (#11334)
Co-authored-by: Tomek Zawadzki <tomekzawadzki98@gmail.com>
Co-authored-by: vineyardbovines <spencerfpope@gmail.com>
2026-08-18 10:46:11 -04: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.