首页 > 解决方案 > 显示MyLocationButton在android中不起作用(react-native-maps)

问题描述

显示MyLocationButton在android中不起作用

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

标签: react-nativegoogle-maps

解决方案


推荐阅读