Replies: 1 comment 2 replies
-
Hi there! Thou shalt not mix and match versions :-) https://invertase.io/blog/react-native-firebase-versioning Use 12.7.4 for all versions and that should clear up |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,

I followed steps from [https://rnfirebase.io/crashlytics/usage#installation] and unfortunately I get those errors when trying to build iOS version:
Android version is building normally but crashes right afer opening.
I have those modules from react-native-firebase installed:
"@react-native-firebase/analytics": "^11.5.0",
"@react-native-firebase/app": "^11.2.0",
"@react-native-firebase/crashlytics": "^12.7.4",
"@react-native-firebase/messaging": "^11.2.0"
My app is using expo bare workflow - "expo": "~40.0.0"
"react-native": "~0.63.4".
I tried to reintegrate pods and deleted all .lock files - still get the same errors. I also tried manually iOS installation.
Beta Was this translation helpful? Give feedback.
All reactions