DEV Community

Discussion on: Building a Mobile Game Using React Native

Collapse
 
ryanvanbelkum profile image
ryanvanbelkum

Hi Rohit! There may be some discrepancy with the App Store. When I pull up the App Store mobile app on my phone I see 58.6MB, but I do see 94.6MB on the web version of the App Store. Honestly, even 58.6MB is quite large. The app is built using Expo. I assume 95% of the bundle is Expo code.

Collapse
 
rileyrg profile image
Richard Riley

And there is no way the build can prune out unused components? Yuck.

Thread Thread
 
maskedman99 profile image
Rohit Prasad

No, not without ejecting from expo. My advice avoid Expo and use the CLI version.