mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f555202531
Summary: List components aren't host components so checking if the direct component itself's internals isn't sufficient to know if we are in Fabric. For lists, we have to call through some helper functions to get to the host component. Hopefully we will fix this in the future by making the lists use forwardRef, or by getting rid of the JS Driver altogether, but for now, this is fine (TM). Changelog: Internal Reviewed By: mdvacca Differential Revision: D19731067 fbshipit-source-id: 0e73583c6bf7c10de30e668a390d29718d31b295