0
votes
2
Upgrade to react-native-vector-icons 4.6.1Milore
Possible duplicate of react native vector iconsMukeyii

2 Answers

0
votes

Try below workaround

subprojects {
    if (project.name.contains('react-native-vector-icons')) {
        buildscript {
            repositories {
                jcenter()
                maven { url "https://dl.bintray.com/android/android-tools/"  }
            }
        }
    }
}
0
votes

you should try again today as the jCenter services were taken down due to some miscommunication. Now all the packages are restored.