相关疑难解决方法(0)

在配置 react-native-maps 中获取 "supportLibVersion" 、 "playServicesVersion" 和 "androidMapsUtilsVersion" 值

我正在安装react-native-maps. 在安装指南中,在第 3.1 节的Android上的构建配置中,它显示:

buildscript {
    ext {
        buildToolsVersion = "xxx"
        minSdkVersion = xxx
        compileSdkVersion = xxx
        targetSdkVersion = xxx
        supportLibVersion = "xxx"
        playServicesVersion = "xxx" // or set latest version
        androidMapsUtilsVersion = "xxx"
    }
}
...
Run Code Online (Sandbox Code Playgroud)

我怎样才能得到 supportLibVersion,playServicesVersionandroidMapsUtilsVersion值?

javascript google-play-services react-native react-native-android react-native-maps

14
推荐指数
2
解决办法
8675
查看次数