I have two different react native project folder (0.67.2 & 0.68.2) with same package name.
I am able to install app1 when app2 is not installed and vice-versa.
But when app1 is installed and app2 with higher versionCode and versionName is not installing successfully to replace app1. I am using same keystore file and values.
Why So? How do i resolve this?


Turn enableSeparateBuildPerCPUArchitecture to true in
android/app/build.gradleHit Upvote if that solved your problem.