-
Notifications
You must be signed in to change notification settings - Fork 27
feat!: support new React Native architecture #439
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
base: main
Are you sure you want to change the base?
Conversation
|
Hello @jokerttu, I'm wondering if this MR is still in progress, as it has been submitted for approval for about a month? |
Yes, the process is still ongoing. |
9416e02 to
f944143
Compare
|
Excited for new arch support. Thank you for working on this - It will help our team resolve compatibility issues quickly. |
|
Any news on this? Maybe any planned dates for the release? |
|
Hello, any news on this? Do you guys have plan to merge it at some point or it's not a priority? Thanks! |
Starting with React Native version 0.76, the New Architecture is enabled by default, introducing significant changes to the framework's internals. This PR updates the package to support the New Architecture and drops support for the legacy architecture.
Resolves #338
FEATURES:
includesGeneratedCodeis set to true, and the generated code is committed within the package.6.1.0to6.2.29.3.0to10.0.0BREAKING CHANGES:
CHORE CHANGES:
Support Checklist (WIP)
Pre-launch Checklist