Build issue with the peer versioning? #4583
-
I'm trying to build a Production (release) app (Android-apk), however I'm facing the issue, the issue was however not appearing when I build for my Staging/UAT (release) app. Here's my RNFirebase dependency, yes I'm aware some version are quite old. As of today (21 Nov 2020), I saw version
Issue:
So I tried to increase my
My questions is, how can I get the right peer dependency? 🤔 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @TommyLeong - My best advice: update to v10 of everything. Otherwise you'll have to dig through the releases and find them - it's not easy, and why we moved to a Single.True.Version in v10+ If you see that error then you probably want to update analytics and crashlytics to higher versions (you can check the release notes for each package off of rnfirebase.io/releases On the bright side, v10 was mainly just to do that version locking. The breaking changes are effectively non-existent - just dropping already-deprecated analytics APIs that all have analogs |
Beta Was this translation helpful? Give feedback.
Hey @TommyLeong -
My best advice: update to v10 of everything. Otherwise you'll have to dig through the releases and find them - it's not easy, and why we moved to a Single.True.Version in v10+
If you see that error then you probably want to update analytics and crashlytics to higher versions (you can check the release notes for each package off of rnfirebase.io/releases
On the bright side, v10 was mainly just to do that version locking. The breaking changes are effectively non-existent - just dropping already-deprecated analytics APIs that all have analogs