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

When map is opened, I see there are many red markers on the map. Is there any ways to hide them? Thanks

Hi, trying to use this library but with the below version pod 'GooglePlacePicker', '= 2.7.0' pod 'GooglePlaces', '= 2.7.0' pod 'GoogleMaps', '= 2.7.0' These versions keeps giving me the below...

Hi, is it possible to install without CocoaPods? I don't want to use CocoaPods, so I tried to install the same libraries the Podfile is supposed to via the manual...

I imported this lib by cli and react-native link, this totally messed up my project. I had to create a new one after 6 hours of error search.

I am trying to make the library work for my project (react-native == 0.49.0). I followed the guide and I am getting following error while building the project. ``` In...

References: https://github.com/airbnb/react-native-maps For iOS: [AIRGoogleMap.m](https://github.com/airbnb/react-native-maps/blob/2486841cd339f6a32981697638bb5c08f1d1db87/ios/AirGoogleMaps/AIRGoogleMap.m) Android: [AirMapView.java](https://github.com/airbnb/react-native-maps/blob/2499f559c0c6d6c53d4c555b04d39ec0633da1ce/android/src/main/java/com/airbnb/android/react/maps/AirMapView.java)

enhancement

dependencies { compile project(':react-native-google-place-picker') . . . . FAILURE: Build failed with an exception. * Where: Build file 'E:\react-native\Project\android\app\build.gradle' line: 142 * What went wrong: A problem occurred evaluating project...

Hi there, do you have a similar package, or plans for one, for Bing or a non-google service?

General cleaning of code: - Set all indentation to 4 spaces instead of tabs/2 spaces/3 spaces (?!) etc. - Wrapped lines that were too long - Removed unnecessary line breaks