Google places API

What is the best way to implement google places into my react native mobile app. There is a popular library for react native but it requires that I detach my application. I would like to avoid this if possible. Are there any good alternatives?

I think you have some options. For example, this autocomplete text field component uses Google Places and does not require detaching.

Thanks! I’ll take a look.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.