Open SalihZinaty opened 4 years ago
Hi, I'm using this prop to show the directional arrow. on iOS it works fine. but in android, the arrow doesn't move when I change the phone orientation.
<MapboxGL.UserLocation showsUserHeadingIndicator={true} visible={true} onUpdate={(location) => this.onAutoZoomUpdate(location)} />
is this a bug?
I have the same issue, the heading always seems to point north for some reason
Hi, I'm using this prop to show the directional arrow. on iOS it works fine. but in android, the arrow doesn't move when I change the phone orientation.
<MapboxGL.UserLocation showsUserHeadingIndicator={true} visible={true} onUpdate={(location) => this.onAutoZoomUpdate(location)} />
is this a bug?