react-native-google-place-picker icon indicating copy to clipboard operation
react-native-google-place-picker copied to clipboard

React Native Wrapper of Google Place Picker for iOS + Android.

Results 26 react-native-google-place-picker issues
Sort by recently updated
recently updated
newest added

``` What went wrong: Execution failed for task ':app:packageAllDebugClassesForMultiDex'. > java.util.zip.ZipException: duplicate entry: com/google/android/gms/location/places/PlaceReport.class ``` I suspect that there is a version conflict of the `com.google.android.gms` versions used by firestack...

Hey Is there a way I can get the lat and lng on failure to get a response from google api?

Currenlty, the response object is only a tiny subset of the [Google's Places API Place Result](https://developers.google.com/maps/documentation/javascript/reference#PlaceResult). I'm proposing it be changed to match the API. ### Currently ```js { "longitude":...

![image](https://cloud.githubusercontent.com/assets/18565808/21867287/18efba74-d880-11e6-9134-aee425fba348.png) I've been searching this in google but I don't see one that can solve my problem. Could you suggest me some idea how to solve this problem.

Hi, I am trying to use your package along with [react-native-maps](https://github.com/airbnb/react-native-maps) but the creation of the build is failing due to conflicting 'com.google.android.gms:play-services-location' in both packages. Here is a picture...

I got this link error after installing the place picker in a vanilla react native project: Undefined symbols for architecture x86_64: "___cxa_guard_release", referenced from: cachedSystemFont(double, double) in libReact.a(RCTFont.o) I tried...