How to use 'react-native-google-places' or anyway to use kind of place picker in Expo without detach??
See original GitHub issueHi guys, now i facing this problem: I need to use place picker (i chose ‘react-native-google-places’ library) but it not supported by Expo, that mean i cant react-native link
it to my project. And sure, i don’t want to detach
my project.
So anyone has anyway to do this?? Thanks you so much
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
React Native Google Places Autocomplete - Expo Snack
React Native Google Places Autocomplete. No description. Open with Expo Go. Open in editor. Need Expo? Don't have the Expo Go? Download the...
Read more >Using Google Places autocomplete components in React Native
The react-native-google-places-autocomplete package is only a medium through which to access the Places API. It will not function without first ...
Read more >react-native-google-places-autocomplete - npm
Start using react-native-google-places-autocomplete in your project ... "Google Places API Web Service" (NOT Android or iOS) in the console.
Read more >react-native-google-places-autocomplete not working when ...
It depends on your use case. But I faced this issue and my solution was to put Places component in main view of...
Read more >PlacePicker - FlutterFlow Docs
A pretty common use case of using the PlacePicker widget is in a cab booking app. ... Maps Platform Billing will not show...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Try https://github.com/FaridSafi/react-native-google-places-autocomplete
It’s entirely JavaScript and works beautifully for my expo project.
Hey! did anyone got solution for place picker in expo ?