I'm using react-native MapboxGL. 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?