gpt4 book ai didi

ios - ShowsMyLocationButton 未在 iOS 上显示(react-native-maps)

转载 作者:行者123 更新时间:2023-12-02 05:52:19 29 4
gpt4 key购买 nike

showsMyLocationButton 选项在 iOS 上不起作用。最初,该按钮在 Android 上也没有显示,但在实现 github 问题中建议的 hack(强制重新渲染)后,我让它显示了。

如何在 iOS 上显示该按钮?我应该制作自己的按钮吗?

<MapView
style={styles.map, { flex: 1, marginBottom: this.state.marginBottom }}
onMapReady={this._onMapReady}
initialRegion={initialRegion}
showsUserLocation={true}
//onPanDrag={e => console.log(e.nativeEvent)}
followsUserLocation={true}
showsMyLocationButton={true}
>

react native map :0.21.0

react :16.4.1

最佳答案

我定义了提供者来映射,如下所示:

provider={MapView.PROVIDER_GOOGLE}

在 map View 中现在一切正常。

关于ios - ShowsMyLocationButton 未在 iOS 上显示(react-native-maps),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53475864/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com