on
laravel
- Get link
- X
- Other Apps
android/app/build.gradledef enableProguardInReleaseBuilds = true this would enable Progaurd to compress the Java Bytecode. This reduces the app size by a tad bitdef enableSeparateBuildPerCPUArchitecture = true . Android devices support two major device artitectures armebi and x86. By default RN builds the native librariers for both these artitectures into the same apk.
Comments
Post a Comment
If you any doubt of any topic then you can comment me.