Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue #286. #954

Merged
merged 1 commit into from Feb 1, 2017
Merged

Fixed issue #286. #954

merged 1 commit into from Feb 1, 2017

Conversation

ghost
Copy link

@ghost ghost commented Jan 12, 2017

Fixed issue #286.

Description:

The issue relates to getAnnotationView method.
A tap gesture is added to AirMapMarker view in AirMapMarkerManager class which listens to tap/press events on annotation view as well as callout view. But when shouldUsePinView returns true, the annotation view on map is a MKPinAnnotationView instead of AirMapMarker and there is no tap gesture listener on this MKPinAnnotationView.

Fix:

Now the Tap gesture is listened by the AirMapMarker class itself and gesture now added to MKPinAnnotationView as well.

magrinj added a commit to magrinj/react-native-maps that referenced this pull request Jan 17, 2017
@spikebrehm
Copy link

Thanks 🍻!

@spikebrehm spikebrehm merged commit 4c0f1d6 into react-native-maps:master Feb 1, 2017
@willyyang
Copy link

when will this be released?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants