Build app with larger assets

Hi.

As far as I know there’s no way to do it through the Expo build service because they don’t allow such large assets.

So I think your options are as follows:

  1. Build using turtle-cli - I haven’t tried this myself, but what problems did you run into?
  2. Eject and build using Android Studio and Xcode
  3. Don’t include the SQlite file in the app and download it on first run
1 Like