-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
react-native-firebase doesn't work with v0.50.0 of react-native #636
Comments
I am using rn 0.50 with rn-firebase 3.2, you need to follow all the upgrade and migration instructions in the react native release notes from where ever you were to 0.50 |
@olivierlesnicki You're right, this does break thanks to the RN changes - I'll try and figure out a way to fix it without removing our Podspec file... |
See: facebook/react-native#15460 (comment) We need to think about the best way to approach this as currently there's no way of overriding the behaviour that has been added to RN 0.50 :( |
We're still trying to come up with the best way forward. If we remove the .podspec file, it would fix the issue for new users, but would break backwards compatibility for people that have been using the .podspec file to link their library in the past. In the short term, if you run into this issue, you can do the following:
This will ensure that the library is linked using the xcode project rather than as a pod. |
This has now been fixed as part of v3.2.0 |
Issue
React-native-firebase doesn't work with v0.50.0 of react-native.
When running
react-native link
react-native-firebase gets automatically added to the PodFile. This also causesReact
0.11.0 to be included which leads to the issue.This upstream change is probably responsible:
facebook/react-native@4c196ae
Environment
The text was updated successfully, but these errors were encountered: