Mapbox Implementation
Mapbox
Mapbox Version
default
React Native Version
0.73.4
Platform
Android
@rnmapbox/maps version
10.1.15
Standalone component to reproduce
import React from 'react'
import { Camera, LocationPuck, MapView } from '@rnmapbox/maps'
export default function App() {
return (
<MapView style={{ flex: 1 }}>
<Camera
zoomLevel={14}
followUserLocation={true}
/>
<LocationPuck
puckBearingEnabled={true}
/>
</MapView>
)
}
Observed behavior and steps to reproduce
When rendering the LocationPuck with its bearing enabled on Android, the bearing does not appear. The bearing does appear on iOS.
| Android |
iOS |
 |
 |
Expected behavior
The LocationPuck's bearing should be visible on both Android and iOS if enabled.
Notes / preliminary analysis
No response
Additional links and references
No response
Mapbox Implementation
Mapbox
Mapbox Version
default
React Native Version
0.73.4
Platform
Android
@rnmapbox/mapsversion10.1.15
Standalone component to reproduce
Observed behavior and steps to reproduce
When rendering the
LocationPuckwith its bearing enabled on Android, the bearing does not appear. The bearing does appear on iOS.Expected behavior
The
LocationPuck's bearing should be visible on both Android and iOS if enabled.Notes / preliminary analysis
No response
Additional links and references
No response