Android Studio – React Native – app crashes with custom build type
I've got a react native application, that works fine in Android, in debug and release build types. I want to add a new build type called releaseStaging, so I'm adding this to the app/build.gradle: android: { buildTypes: { releaseStaging {…