You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything works fine on IOS. On Android I get this error no matter what I do. I have tried using version 10 for gms and I have tried using '+'. Not sure if I'm missing something?
Everything works fine on IOS. On Android I get this error no matter what I do. I have tried using version 10 for gms and I have tried using '+'. Not sure if I'm missing something?
dependencies {
compile project(':react-native-google-places')
compile project(':react-native-splash-screen')
compile project(':react-native-autogrow-textinput')
compile project(':react-native-image-picker')
// compile project(':react-native-maps')
compile(project(':react-native-maps')){
exclude group: 'com.google.android.gms'
}
compile project(':react-native-linear-gradient')
compile project(':react-native-vector-icons')
compile project(':react-native-fbsdk')
compile ('com.google.android.gms:play-services-base:11.8.0') {
force = true;
}
compile ('com.google.android.gms:play-services-maps:11.8.0') {
force = true;
}
compile ('com.google.android.gms:play-services-places:11.8.0') {
force = true;
}
compile ('com.google.android.gms:play-services-location:11.8.0') {
force = true;
}
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:26.0.1'
compile 'com.facebook.react:react-native:+'
// From node_modules
}
The text was updated successfully, but these errors were encountered: