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}>