Location search using google apis

Does expo support any of following components or something similar ?

https://github.com/tolu360/react-native-google-places
https://github.com/FaridSafi/react-native-google-places-autocomplete

For all components, if you need to run react-native link, that means unsupported.

I just gave this one a try

https://github.com/FaridSafi/react-native-google-places-autocomplete

It works :slight_smile:

1 Like

have you tried to use it with restricted API?
tried it with restricted android n http-referrer with no luck.

I’ve used this one and it works ok with Expo
https://github.com/EQuimper/react-native-google-autocomplete

But now I am trying to configure the API credentials for the apk, still trying