Why is Expo size too big for apk?

The size for an Expo app on iOS is approximately 33mb (download), and Android is about 20mb. This is because Expo includes a bunch of APIs regardless of whether or not you are using them – this lets you push over the air updates to use new APIs, but comes at the cost of binary size.

Read more