Posts by Gerson Micael Leal Reis • 1 point
1 post
-
0
votes1
answer508
viewsA: Gradle error in an React application
In your project add this line of code to the android/build.Gradle file supportLibVersion = "28.0.0". Example: ext{ //... supportLibVersion = "28.0.0" }…