DEV Community

Discussion on: How we reduced our production apk size by 70% in React Native?

Collapse
 
srajesh636 profile image
U Sai Rajesh • Edited

Hi ali ,the app which i spoke about 43mb was our production app, which was created from react-native cli which had lot of features and third party integration,
Assets and sso and ads and push notifications, so the universal apk bloat up to 48mb.

You are right the initial react native app's universal apk will always be around 23-27mb.

If you can see above hello world, example app was 23 mb.

43 mb was our other core production app.

Collapse
 
realabbas profile image
Ali Abbas

Okay. Now I understood. Thanks for taking the time out and replying.