Trying to use FCM

Hello , i’ve detached my project to be able to use FCM ( https://github.com/evollu/react-native-fcm )

I have an error, and it seems that i’m the only one getting it .

So maybe it could come from expo, do you guys think you can help me with it ?

Error: > com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/google/android/gms/common/internal/zzd.class

Thanks,

Regards

It seems to come from this line : compile ‘com.google.firebase:firebase-core:10.0.1’

This his present in the FCM package, and also seems to be present in expo

This normally happens when you use two different versions of a Google library. You should look at the expoview build.gradle and make sure that you don’t have to different versions of the same dependency.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.