React Native API Metro Nivel 30
// in ./android/build.gradle
ext {
buildToolsVersion = "30.0.2" // <--
minSdkVersion = 21
compileSdkVersion = 30 // <--
targetSdkVersion = 30 // <--
ndkVersion = "20.1.5948944"
}
florinrelea