Open xDemon200 opened 2 years ago
@xDemon200 Did you happen to fork this package? I am not sure if this is being maintained anymore. Would love to use your fork if you were able to successfully patch it and it's available.
@xDemon200 - what version of react-native-maps
are you using? I found for this library to be compatible I needed both the GooglePlaces
and the GoogleMaps
pods to be 7.0.0
, but then I think I'm running into deprecation issues with the source code of this library when trying to build or run on Xcode. I mean GoogleMaps 3.1.0
is a pod from April 2019 (https://developers.google.com/maps/documentation/ios-sdk/release-notes#2019-04-16), no idea why this library is still using it. In order to use the latest version of react-native-maps
on our app, we've unfortunately had to move away from using this library due to these broken compatibility issues
@princefishthrower Did you find a good alternative to this library? I'm running into the same issues you've mentioned. Thanks.
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch
react-native-google-places@3.1.2
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.