Kyle Alderman
Kyle Alderman
You can use `getAnnotationsLayerID` to have your line layer place itself below the annotations: ``` ``` Android will need a PointAnnotation to be rendered first, for this to work.
@matiastang, good callout, it looks like there were changes around this prop in RN-0.76. I'll test this out on my project to see if it fixes my issue, and report...
Confirmed, setting `collapsable={false}` on the `view` inside of PointAnnotation fixed my issue. Thanks @matiastang
> I think it's still a valid issue we either need to fix this or at least document it. @mfazekas, yeah documenting it would be a good idea, since the...
Yeah, like others are noticing, this is coming from the Mapbox Android SDK. One work around is to use `react-native-gesture-handler` and wrap the map view in a gesture detector: ```...