react native运行报错Could not resolve com.facebook.react:react-native:+.

react native运行报错Could not resolve com.facebook.react:react-native:+._第1张图片
解决方法,将
react native运行报错Could not resolve com.facebook.react:react-native:+._第2张图片
这两个文件中的

maven { url 'http://repo1.maven.org/maven2' }

改为

maven { url 'https://repo1.maven.org/maven2' }

你可能感兴趣的:(前端,react,native)