Vitor Hugo Matheus Américo
Vitor Hugo Matheus Américo
I had the same problem. Did you find the solution?
> Any news or suggestions to try? try to do that in gradle.properties android.enableR8=true change to android.enableR8=false
this should solve 1- change this in android/gradle.properties org.gradle.jvmargs=-Xmx1536M android.useAndroidX=true android.enableJetifier=true 2- add this in android/app/build.gradle buildTypes { release { minifyEnabled false useProguard false shrinkResources false } } 3 -...