I tried two ways to compose a standalone Android app from CRNA project:
- Use the Expo "exp build" command (this guide)
- Eject and build an APK manually (this guide)
Both ways work well and yield the working APKs, but the first one is of 26MB size while the second one is only 7MB! Why "exp build" generates so large APK?