Aby wyłączyć kurczenie się podać flagę-No-Shrink do tego polecenia. w trzepotaniu

// in android/app/build.gradle add following:
buildTypes {
    release {
        signingConfig signingConfigs.debug
    }
    debug {
        minifyEnabled true
        signingConfig signingConfigs.debug
    }
}
Snippets