-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[MapView] Add callback for MapView annotation tap #1445
Comments
Hi @chandu0101 - this type of question is best suited for StackOverflow - if this turns out to be a bug, feel free to create an issue here in accordance to our bug reporting guidelines. Thanks! |
its not a bug , i believe its an enhancement because i don't see any prop that handles this http://facebook.github.io/react-native/docs/mapview.html#content In my first post i am just explaining my use case :) |
@chandu0101 - reopened! any interest in submitting a PR for this? |
@brentvatne thank you for reopen , sorry i have limited skills in javascript and objective-c, i am from scala.js land . Hope some one from community will take care of this ... |
@chandu0101 - it looks like there is an existing PR for this! #1247 |
In my app i want to display bunch of locations on mapview and on each annotation click i want to display alert box with actual address and a button to getdirections.
The text was updated successfully, but these errors were encountered: