Yes, but you're talking about dev build. Production build doesn't weight so much.
Reposted from Jamie Birch
A problem for React Native is that repros are slow and heavy to create, download, and build.

A two-platform Hello World project weighs ~500 MB.
A four-platform Hello World project weighs ~2.5 GB!

On the Web, we can make a sub-kilobyte repro as a text/html URL that can be checked out instantly.

Comments