Is the apk too big for react native to pack?

the apk packaged by react native is so big that it is about 10m without writing any code. How to slim down app?


there's no way, React Native's js engine and runtime are that big. These library files are available in both x86 and arm versions. If your app does not need to run on an x86 processor (such as an Asustek phone), you can cut out the x86 library files and probably shrink them to 3m or 4m.

Menu