How to create extension file to upload to the Google Store from Expo CLI

I’m coding with expo CLI now. How do I create an extension file if the code file exceeds the google store upload standard of 100MB?

you can reduce the amount of assets that your app includes and serve some over the air on-demand instead, use assetBundlePatterns for this

otherwise you will need to eject your app to support this

1 Like