-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency problem after added react-native-firebase #957
Comments
same problem here! |
@mostafaebrahimi These dependency issue should be resolved after adding the |
I'm experiencing this issue even with the gradle plugin added as described. @jkasten2 |
Howdy y'all, If anyone figures out which specific version ranges/combinations fix the issue, please let us know! |
@dancherb , |
I'm fix this issue changing the version from |
@itsmicaio , |
@rgomezp My I've added the following to my
In my
Which ends up in:
|
Howdy, |
@chrisd1997 You can also try adding |
Closing due to no response |
Description:
My react-native application, using react-native-onesignal was working perfectly but due to iOS problems I had to change "firebase" to "react-native-firebase". After added
classpath("com.google.gms:google-services:4.3.3")
to android/build.gradle andapply plugin: "com.google.gms.google-services"
to android/app/build.gradle OneSignal start conflict dependencies, as the following message describes:Environment
react-native-onesignal:^3.6.0. Already tried with react-native-onesignal: ^3.6.5
All dependencies were added by yarn
Steps to Reproduce Issue:
As my application is an existing application, I just added the firebase dependencies. I guess that to reproduce this error, from scratch, just adding react-native-onesignal and than adding react-native-firebase dependencies and try to run might cause this dependency problem.
Anything else:
Dependency resolved to an incompatible version: Dependency(fromArtifactVersion=ArtifactVersion(groupId=com.onesignal, artifactId=OneSignal, version=3.12.7), toArtifact=Artifact(groupId=com.google.android.gms, artifactId=play-services-location), toArtifactVersionString=[10.2.1, 16.0.99])
The text was updated successfully, but these errors were encountered: