expo bump

This commit is contained in:
Oleksii Bulenok
2026-07-27 14:00:44 +02:00
parent 035b7a54be
commit d61208a63e
18 changed files with 56 additions and 231 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.