how to reduce expo- electron builder size ?

I build an app with expo and electron but when I build it I get installer with size 145MB !!, and then install … it installs about 455 MB files!
the app is not so complicated also I don’t use a lot of libs.
so is there any suggestions to reduce this size.

you should look into electron documentation for app size, expo is not opinionated on this. the adapter is very thin and just provides a way to use expo / react-native-web with electron.

1 Like