-
-
Notifications
You must be signed in to change notification settings - Fork 914
Open
Labels
bug 🪲Something isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
bug 🪲Something isn't workingSomething isn't working