rn-size

Check your react native production app sizes


Keywords
react-native, app size
License
MIT
Install
npm install rn-size@1.0.0

Documentation

Production size of react-native app

For analyzing size

npx rn-size android

sample output:- Min size: 11.26 MB Max size: 12.22 MB

Faqs

What this size represents?

This is the download size your end users will see when you upload your app to play store.

What is min and max size?

Download size on playstore can vary between min and max size based on user's device.

I am stuck on bundling?

Just wait. it may take some time to bundle .aab file. or use -l flag to log output.

What about ios?

Open for a pull request.