我正在尝试将react-native-maps
添加到我的react-native中。但是,当我将此库和链接添加到我的应用程序时,我将运行可成功运行该应用程序的android系统,但是当应用程序完全呈现时,它将停止。所以有人请建议我如何解决这个问题。
dependencies {
compile (project(':react-native-maps')){
exclude group: 'com.google.android.gms'
}
compile project(':react-native-background-job')
compile fileTree(dir: "libs", include: ["*.jar"])
compile "com.android.support:appcompat-v7:23.0.1"
compile "com.facebook.react:react-native:+" // From node_modules
compile 'com.google.android.gms:play-services-base:11.6.2'
compile 'com.google.android.gms:play-services-location:11.6.2'
}