I am adding react-native-navigation lib and doing all installation step. but I am still taking sync failed error.
Here is what I am doing:
How can I fix this?
You have typo problem
it should be
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
not
implementation "com.android.support:appcompatv7:${rootProject.ext.supportLibVersion}
We use the issue tracker exclusively for bug reports and feature requests. This issue appears to be a general usage or support question. Instead, please ask a question on Stack Overflow with the react-native-navigation tag.
Most helpful comment
You have typo problem
it should be
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"not
implementation "com.android.support:appcompatv7:${rootProject.ext.supportLibVersion}