Make your React Native app 3x smaller with one simple command
Ways to Reduce React Native APK Size
1.Migrating to React Native from Expo
2.Make Changes in android/app/build.gradle
2.1 Set def enableProguardInReleaseBuilds = true
2.2 Set def enableSeparateBuildPerCPUArchitecture = true
1. Migrating ...
raaj.hashnode.dev2 min read