-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
New Architecture upgrade: dependency guidance #3275
Comments
This is discussed here microsoft/rnx-kit#1863 As for the docs, I also believe we're not clear on this point and we should potentially clarify it more (cc @cipolleschi @rickhanlonii) |
👋 Hey there, it looks like there has been no activity on this issue in the last 90 days. Has the issue been fixed, or does it still require the community attention? This issue will be closed in the next 7 days if no further activity occurs. Thank you for your contributions. |
Reviving this. |
👋 Hey there, it looks like there has been no activity on this issue in the last 90 days. Has the issue been fixed, or does it still require the community attention? This issue will be closed in the next 7 days if no further activity occurs. Thank you for your contributions. |
This is not stale. We'll be having this in the near future 👍 |
Description
Improve the documentation concerning if my dependencies need to support the new architecture before I can switch.
What is the problem?
It is unclear to me if all my dependencies with Native code need to support the new architecture before I can switch my app across.
While the docs don't mention this one way or the other, there is much discussion across the ecosystem about new libraries moving to the new architecture.
How can we address it?
Add a section to https://reactnative.dev/docs/next/new-architecture-app-intro clarifying. If you need everything to support the new architecture, it would be great if there was a tool or command I could use to check this easily.
Why is it important?
Save time and questions from the community when they try to switch
Who needs this?
App developers
When should this happen (use version numbers if needed)?
By 0.70 preferably as it feels like that's going to have a big New Architecture push.
The text was updated successfully, but these errors were encountered: