tolu360 / react-native-google-places

iOS/Android Google Places Widgets (Autocomplete Modals) and API Services for React Native Apps
567 stars 289 forks source link

Updating GoogleMaps to 3.5.0 #286

Open wmonecke opened 4 years ago

wmonecke commented 4 years ago

Hi there! Awesome package, it has saved my life! Could the pod GoogleMaps be updated to 3.5.0? It is currently conflicting with react-native-maps and a lower version of react-native-google-places has to be used.

tolu360 commented 4 years ago

Hey @wmonecke - updates are in the works already, if a week out would be too long for you, I can concede to pushing a patch out just for this.

wmonecke commented 4 years ago

@tolu360 No worries I just downgraded again until everything is fixed. Thank you so much for this package :) saved my project!

yardz commented 4 years ago

@tolu360 do you have any update on this? I need this package but I'm not able to use it because of this :-(

Sorry I can't help because I have no knowledge of native development ...

mpbarnwell commented 4 years ago

This is currently causing an issue for me - if you're able to @tolu360, a patch would be really appreciated.

SmitharyZach commented 4 years ago

I also have this issue, @wmonecke can you show me your workaround?

haris-05 commented 4 years ago

Stuck on the same issue, did anyone find a fix for this?

SmitharyZach commented 4 years ago

I used a patch to fix for now from an earlier issue

SmitharyZach commented 4 years ago

https://gist.github.com/alekseyanikin/fb731613a0ff541d97b92da13aacbc05

andrey-shostik commented 4 years ago

@SmitharyZach Why we can't make PR with the patch changes to this repo and publish new version?

aliraza-noon commented 3 years ago

I created a pr with @SmitharyZach's patch, hope it gets merged