nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 699 forks source link

UserLocation indicator is blocking touches - can't press a marker behind it #1670

Open dancherb opened 4 years ago

dancherb commented 4 years ago

My UserLocation indicator doesn't have an onPress event and isn't going to. However, when there's a marker behind the indicator that does have an onPress event, tapping the marker doesn't work because the user indicator is "blocking" it. Is there a way around this? Thanks!

tsemerad commented 4 years ago

Could you try using the react-native-mapbox-gl/maps repo? This one is no longer maintained. The new repo has a lot of bug fixes and new features, and uses newer versions of the Mapbox SDKs.