I'm working on react-native, I've installed react-native-firebase , on iOS I had no problem but I'm trying to react -native run-android, and this is the error that returns:
I followed all the steps of the documentation, I do not know what I could have done wrong, I try to follow the steps recommended by WARNING updating the android / app / build.gradle, like this:
compileSdkVersion 27
buildToolsVersion "27.0.3"
And then I get this error:
This is my package.json: