-
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/app] -Feature request: update dependencies #8213
Comments
I don't understand what the issue is. Also noting that |
@mikehardy we are working on moving large app to the new react-native architecture and I'm currently looking at updating related dependencies. Noticed that |
@vladimirivanoviliev this is a devDependency (not a dependency) and should have zero impact on consumers of this library? react-native-firebase/packages/app/package.json Lines 62 to 65 in 9b5c405
Is this somehow impacting your use of react-native-async-storage/async-storage in your app such that you are not able to use v2.1.0 of that package via some resolution issue bringing in v1 ? Regardless, sure, hadn't seen we were that out of date on it and should be updated (as devDependency and in tests app) - I just don't think it's user-visible so not sure it should be a priority vs if it was user-visible and had an impact on module consumers |
@mikehardy After closer look it seems that I made mistake - |
Test it and see |
What feature would you like to see?
I think it would be useful to update the following dependency as it's sub dependencies are already updated to improve react-native new architecture support:
firebase@latest
This dependency brings update to the
@firebase/auth
and@firebase/auth-compat
which will update@react-native-async-storage/async-storage
to2.1.0
.If I understand correctly Mike (@mikehardy, here), there is no other known issues when using the package with the react new architecture and bridge less mode.
The text was updated successfully, but these errors were encountered: