Usman Ahmed Naushahi
Results
2
comments of
Usman Ahmed Naushahi
Not working on release mode, but working on debug. Did you figure out the issue?
Update the below code inside buildTypes with yours. /android/app/build.gradle buildTypes { release { shrinkResources false minifyEnabled false signingConfig signingConfigs.debug } }