I am studying react-native and when running react-native run-android
throws an error:
Could not find com.android.support:appcompat-v7:28.0.0.
The following are the things I did so far but still getting the same error,
Changed
com.android.support:appcompat-v7
version manually fromPROJECT_NAME/android/app/build.gradle
. See photo https://ibb.co/vVPjcgw.Run
npm install
- Downgrade react-native version from 0.58.4 to 0.57
Please check my react-native info for details. https://ibb.co/4W38PSc
Still no good. What are your suggestions?