This Error is due to missing line in your android/gradle.properties
Steps Go to your android/gradle.properties and check for this line
**1.(android.useAndroidX=true)**
**2.(android.enableJetifier=true)**
if one of these lines are missing just add those to your android/gradle.properties
And it should resolve the problem.