React native showsMyLocationButton在android中不工作(反应本机地图)

React native showsMyLocationButton在android中不工作(反应本机地图),react-native,google-maps,React Native,Google Maps,showsMyLocationButton在android中不工作 <MapView style={styles.map} region={this.state.initalRegion} showsUserLocation={`enter code here`true} showsMyLocationButton={true} </MapView> 你能发布你的完整代码

showsMyLocationButton在android中不工作

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

你能发布你的完整代码吗?最好是在,请分享你得到的完整错误日志。当屏幕旋转时,它会出现,嗯。