Closed arasemami closed 6 years ago
I solved this issue:
added this code in android/build.gradle
subprojects {
afterEvaluate {project ->
if (project.hasProperty("android")) {
android {
compileSdkVersion 26
buildToolsVersion '26.0.0'
}
}
}
}
it will working .
when I install package and linking in my project i cannot get build an app , and have this issue:
`FAILURE: Build failed with an exception.
My package.json:
My android/build.gradle: