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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b30a4a-2b581.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b30a4a-2b581.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?