Erros de criação do Android Studio usando o aplicativo nativo react

Eu tenho tentado criar um aplicativo usando react native usando o expo tools xde e desanexá-lo usando exp desanexar, quando abro no Android Studio, recebo muitos erros ao criar como:

Using incompatible plugins for the annotation processing

Configuration 'compile' is obsolete and has been replaced with
'implementation' and 'api'. It will be removed at the end of 2018.
For more information see:
http://d.android.com/r/tools/update-dependency-configurations.html


The specified Android SDK Build Tools version (23.0.1) is ignored,
as it is below the minimum supported version (27.0.3) for Android
Gradle Plugin 3.1.1. Android SDK Build Tools 27.0.3 will be used. To
suppress this warning, remove "buildToolsVersion '23.0.1'" from your
build.gradle file, as each version of the Android Gradle Plugin now
has a default version of the build tools. Update Build Tools version
and sync project Open File


Configuration 'compile' is obsolete and has been replaced with
'implementation' and 'api'. It will be removed at the end of 2018.
For more information see:
http://d.android.com/r/tools/update-dependency-configurations.html


Configuration 'testCompile' is obsolete and has been replaced with
'testImplementation' and 'testApi'. It will be removed at the end of
2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html


Configuration 'testApi' is obsolete and has been replaced with
'testImplementation'.

Isso é normal? você poderia me perguntar por que você se destacou, bem, por isso eu tenho razões.

Como criar um aplicativo de desanexação no modo reagir nativo e ter uma experiência um pouco mais suave quando se trata de compilar a criação do aplicativo no android studio?

ps: Estou usando o Android Studio 3.1.1 e, de alguma forma, parece estar usando a versão mais recente do Gradle [https://services.gradle.org/distributions/gradle-4.4-all.zip[[1], idk se isso ocorrer da perspectiva do aplicativo de reação ou, de alguma forma, atualizei o Android studio.

Além disso, parece que não tenho mais compilação de minhas dependências no app.build.graddle e ainda está reclamando disso, eu substitui a implementação já

questionAnswers(2)

yourAnswerToTheQuestion