-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 19 support #2686
Comments
I don't know what other changes are needed for React 19, but will review PRs as long as they don't break React 18 support. Any other issues are probably going to be traced back to React Native's APIs (e.g., |
There's an open PR that tries to support React 19. |
React 19 is now stable, do you think someone could look at #2731? I tried to help with the review but I don't have a lot of context on how rnw works. |
Is there an existing request?
Describe the feature request
Hey,
I just tried setting up React 19 on my React Native Web project.
It doesn't work yet, as the following functions are not found anymore:
unmountComponentAtNode
insrc/exports/unmountComponentAtNode/index.js
domLegacyRender
insrc/exports/render/index.js
domLegacyHydrate
insrc/exports/render/index.js
findDOMNode
insrc/exports/findNodeHandle/index.js
They were deprecated with React 18 and won't work with React 19.
(Sorry, I haven't found any other topic mentioning the React 19 support)
Thanks 🙌
The text was updated successfully, but these errors were encountered: