React-native-mapbox-gl: Click trough user location indicator

Created on 24 Nov 2016  路  9Comments  路  Source: nitaliano/react-native-mapbox-gl

The pin annotation in image is unclickable, can't click through the blue pulsating circle

Is there any way to circumvent this?

Most helpful comment

i have same problem on IOS

i can't click through the blue pulsating circle

how can i change size of pulsating circle ?

All 9 comments

I'm having the same issue

+1

Are you having this issue on iOS? It's an issue in the underlying Mapbox iOS SDK, and it was fixed in version 3.3.4. This component is using 3.3.1 currently. I was able to fix it by rerunning this module's preinstall script with 3.3.4 (or later) as the parameter. Note that you'll have to do this anytime you reinstall this module.

@esamelson I tried installing version 3.3.4 but it did not work for me. Perhaps I am running the preinstall script incorrectly.

Are you just installing the package as usual and then running node ./scripts/download-mapbox-gl-native-ios-if-on-mac.js 3.3.4?

Edit: I also re did the native install process in XCode.

Hmm, it's been a little while since I've done this, but have you tried actually copying over the updated Mapbox.framework (from node_modules/react-native-mapbox-gl/ios) and replacing the one in your root project ios folder? For some reason a copy is made there during the initial install process, and I'm not sure that it gets automatically updated.

@esamelson That was it. Cheers!

i have same problem on IOS

i can't click through the blue pulsating circle

how can i change size of pulsating circle ?

i have the same problem on iOS

Hi, I have it too with iOS, trying with an update to 3.3.4, the same issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

digitaldavenyc picture digitaldavenyc  路  4Comments

max-prokopenko picture max-prokopenko  路  4Comments

igor9silva picture igor9silva  路  3Comments

EwanValentine picture EwanValentine  路  3Comments

yaduc picture yaduc  路  3Comments