Maximum assets upload size

What is Expo policy regarding assets upload size?
(meant to be used with require(‘path/to/file.extension’) )

i.e.

  1. What is the maximum size allowed for an asset file?
  2. What is the maximum storage allowed for all assets combined for an app?

Thanks :slight_smile:

Hi there,

Officially there isn’t a hard limit, that said its not a license to abuse it :slight_smile:

1 Like

@algebr It was to know if I can plan to use Expo’s storage for static video assets (around 100MB to include all files for my application) and be able to leverage the caching system as described in the doc

Thank you