Skip to content

Add Search bar on Map

Yashovardhan Agrawal requested to merge yashovardhan/CrowdAlert:SearchBar into master

This Adds Search bar on the map, enabling users to search their desired location easily.

I had to add the react-native-google-places-autocomplete package to make this possible. It was a bit tricky considering that MapView doesn't have any conventional support for any search option. The map rerenders on each search and that was the only way I found it possible.

live preview at: https://exp.host/@yashovardhanagrawal/crowdAlert

Closes #41

Edited by Yashovardhan Agrawal

Merge request reports