How to reduce the React Native apk size

Viewed 1618

I have a react native app (12mg), and should reduce app size to about 5mg in installation state.

I read some reduce size approach (this and this) and now apk size for ARM is (8mg).

I have 1.8mg assets (mp3,fonts,image & etc) & bundle size is 1.9mg

Is there some approach to reduce more apk size. such as downloading bundle and assets in first start (like games with external data)?

PS: I'm not sure but is it possible to bundling with rollup.

0 Answers
Related