Reputation: 1488
I want to show a search query results map in react-native, for example:
I have checked at several components: https://github.com/react-community/react-native-maps https://github.com/tolu360/react-native-google-places https://github.com/react-community/react-native-maps/blob/master/docs/installation.md
I successfully installed cocoa dependencies and set up the Google APIs.
What i am looking for is an Around Me feature with Google Maps results
Upvotes: 2
Views: 7350
Reputation: 1488
The best solution, for me was to use the AirBandB React Native Maps component. It provides every feature you need to work with google maps (and not only google maps).
This is a beautiful Video Tutorial serie about it, it's really clear and work great.
https://www.youtube.com/watch?v=eT8SssHz0nY
Upvotes: 3