You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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., findNodeHandle is being preserved in Fabric but has no analog in React DOM because of the removal of findDOMNode) and 3P libraries not being web compatible given the changes React is undergoing on web.
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: