在项目中加入react-native-camera的时候 出现的错误.
解决方案:
修改
implementation project(':react-native-camera')
为
implementation (project(':react-native-camera')) {
exclude group: "com.android.support"
}
Could not find play-services-basement.aar (com.google.android.gms:play-services-basement:15.0.1).
解决方案:
It was enough for me to move jcenter() below google() within allprojects.repositories in android/build.gradle