是否可以在 React-Native Mapbox GL 中更改指南针的位置?它目前默认为右上角,我一直在尝试找到如何将其移动到左上角。
<Mapbox.MapView
ref={component => this.map = component}
styleURL={this.state.mapStreetView}
zoomLevel={this.state.defaultZoom}
centerCoordinate={[this.state.long, this.state.lat]}
showUserLocation={true}
onPress={this.onLocationPress}
zoomEnabled={true}>