Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GingerBear/2c5eea66180deba994b5c93dc83c506c to your computer and use it in GitHub Desktop.
Save GingerBear/2c5eea66180deba994b5c93dc83c506c to your computer and use it in GitHub Desktop.
build.gradle to make react-native-device-info and react-native-maps work together
compile(project(':react-native-device-info')){
exclude group: 'com.google.android.gms', module: 'play-services-gcm'
}
compile 'com.google.android.gms:play-services-gcm:9.8.0'
compile project(':react-native-maps')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment