Closed jackkinsella closed 2 years ago
Thank you for filing this issue! This comment acknowledges we believe this may be a bug and there’s enough information to investigate it. However, we can’t promise any sort of timeline for resolution. We prioritize issues based on severity, breadth of impact, and alignment with our roadmap. If you’d like to help move it more quickly, you can continue to investigate it more deeply and/or you can open a pull request that fixes the cause.
@jackkinsella in fact, if you hit the above error, both (a) and (b) are true. We do not attempt to launch the app until it is actually stored in the DB, so if the store fails (as in this case), the launch will also fail.
Summary
I got the following exception report, seemingly related to
expo-updates
and wanted to ask how its occurrence might affect the user experience.It was triggered by
DEVICE_STORAGE_LOW
on boot.Does it: a. Only prevent that OTA update from downloading?; or b. Completely prevent the app from loading for that user?
Adding this to the docs would be great. And if there's anything we app-developers can do in user-space to assist the user in knowing they are low on memory, some pointers would be amazing. Thank you Expo team ❤️
Link to the related docs page
https://docs.expo.dev/versions/latest/sdk/updates/
Anything else?
No response