gpt4 book ai didi

react-native - showsMyLocationButton 在 android 中不起作用(react-native-maps)

转载 作者:行者123 更新时间:2023-12-05 07:17:40 28 4
gpt4 key购买 nike

showsMyLocationButton 在 android 中不工作

 <MapView
style={styles.map}
region={this.state.initalRegion}
showsUserLocation={`enter code here`true}
showsMyLocationButton={true}
</MapView>

最佳答案

  <View
style={[styles.container, {paddingTop: this.state.statusBarHeight}]}>
<MapView
onMapReady={() => {
setTimeout(() => this.setState({statusBarHeight: 1}), 500);
setTimeout(() => this.setState({statusBarHeight: 0}), 750);
}}

这可能有效

关于react-native - showsMyLocationButton 在 android 中不起作用(react-native-maps),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58681923/

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