mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
723a37cb26
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47143 In order to adopt react 19's ref-as-prop model, we need to eliminate all the places where they are treated differently. `React.AbstractComponent` is the worst example of this, and we need to eliminate it. This diff replaces most of the remaining `React.AbstractComponent` in react-native. Changelog: [Internal] Reviewed By: alexmckenley Differential Revision: D64701145 fbshipit-source-id: c765674fdf59812895c4fae43df97cf8b9d24f05