Can I build apk Expansion Files using expo?

Is it possible to build expansion files with expo? Play Store’s maximum size is 150 MB (my apk has 261MB).

My app is intended for users on the field where they might not have internet connection. So it should work entirely offline and includes some mp4 video assets. Caching them on load is not an option because they might open the app for the first time without internet connection.

Found this 1+ year link APK Expansion Files mentioning you can’t. Is it still not possible?

Expo CLI 3.26.2 environment info:
System:
OS: Windows 10 10.0.18362
Binaries:
Node: 14.0.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.4 - C:\Program Files\nodejs\yarn.CMD
npm: 6.14.4 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 4.0.0.0 AI-193.6911.18.40.6626763
npmPackages:
expo: ~38.0.8 => 38.0.8
react: ~16.11.0 => 16.11.0
react-dom: ~16.11.0 => 16.11.0
react-native: https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz => 0.62.2
react-native-web: ~0.11.7 => 0.11.7

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