I am unable to build my android app using react-native run-android, because I get following error. Yesterday everything worked fine. Do you know where could be the
react-native run-android
Add the following line in your project`s gradle file
allprojects { repositories { ..... ...... maven { url 'https://maven.google.com' } // Add this line. ...... } }