-
Notifications
You must be signed in to change notification settings - Fork 54
Conflicting 'com.google.android.gms:play-services-location:' with react-native maps #10
Comments
Your build.gradle file dependencies { React Native Maps build.gradle file There is a mismatch of the versions for com.google.android.gms package |
@chetnadaffodil I've updated com.google.android.gms to 9.4.0 and added whole crash log:
|
@KamWis @chetnadaffodil I was able to workaround by forking and updating react-native-google-place-picker's dependency. See my forked change: geordasche@85abf5c try Hope this helps. Remember to reset your npm cache and clean/sync your build as well. |
Closed and reopened this issue as it's impossible keep dependencies always be compatible with other libraries. |
Hi,
I am trying to use your package along with 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 of the error thrown
The text was updated successfully, but these errors were encountered: