Expo filesystem crashes on android in production.

Please provide the following:

  1. SDK Version: 44
  2. Platforms(Android/iOS/web/all): android
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

I’ve been grappling with this issue a while and finally isolated the bug in an mvp, which shares the same crashing behavior as my full app when downloaded ffrom the playstore or pubished as an .apk. No issues arise when used in development, and the logs fail silently last time I tried to examine them. I built the apk with eas build --profile

Here is a link to a snack with the mvp code:

And here is the issue I just opened on expo:
https://github.com/expo/expo/issues/15717

Has anyone tried to save images in the filesystem successfully, or encountered this error?

Any suggestions on debugging?

Hey @lastof, if you haven’t already I would read our debugging docs thoroughly (especially the production errors section).

Cheers,
Adam

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.