Solution 1 :
In android/app/build.gradle
try setting def enableSeparateBuildPerCPUArchitecture
to true
. This will create separate apk files for each architecture you support which do not include libraries for all other architectures. I could shrink the installation size with that method from 70 to 38 megabyte.
Problem :
I ve made a react native app. the release apk size is 28. That is ok, but I was shoked whwn saw the storage size 62 mb. I am despareately searching for solution, please help me, I have to pass my work soon((
Comments
Comment posted by Banjer
Can you clarify what