zendesk / react-native-sunshine-conversations

React Native wrapper for Smooch.io
MIT License
36 stars 26 forks source link

Smooch Crashes on load #39

Closed jnrepo closed 6 years ago

jnrepo commented 6 years ago

When I press my button to load the Smooch chat view, it crashes on Android now. It was fine before, but I did update my react-native and other dependencies and am seeing this now.

Log Output:

java.lang.AbstractMethodError: abstract method "com.google.android.gms.common.api.Api$zze com.google.android.gms.common.api.Api$zza.zza(android.content.Context, android.os.Looper, com.google.android.gms.common.internal.zzq, java.lang.Object, com.google.android.gms.common.api.GoogleApiClient$ConnectionCallbacks, com.google.android.gms.common.api.GoogleApiClient$OnConnectionFailedListener)"

Log output is also from Android logs vs. ReactNative Android logs. Anyone else running into this issue?

react-native: 0.47.2 react: 16.0.0-alpha.12

jnrepo commented 6 years ago

Found out I needed to re-add these dependencies in my build.gradle file. Closing OUT!

compile 'com.google.android.gms:play-services-gcm:11.0.2'
compile 'com.google.android.gms:play-services-location:11.0.2'