I have my project, when running it with react-native run-android
everything is fine.
But when I generate the APK for production, it sends me an error.
$ ~ ProjectAwesome / android
$ ./gradlew assembleRelease
Execution failed for task ': app: lintVitalRelease'.
Could not resolve all files for configuration ': app: lintClassPath'.
Could not find com.android.tools.lint: lint-gradle: 26.1.2.
Remember that I already created the keystore as it is in the tutorial on the React documentation page ( documentation here )