Package missing lint-gradle-api-26.1.2.jar

How we could add … lint-gradle-api-26.1.2.jar

Could not resolve all files for configuration ‘:classpath’.
Could not find lint-gradle-api.jar (com.android.tools.lint:lint-gradle-api:26.1.2).
Searched in the following locations:
https://plugins.gradle.org/m2/com/android/tools/lint/lint-gradle-api/26.1.2/lint-gradle-api-26.1.2.jar

???

That’s occurs with me using react native:

    "native-base": "^2.8.1",
    "react": "16.6.3",
    "react-native": "0.57.4",

Someone else?