mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
71e9039e9f
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47150 In https://github.com/facebook/react/pull/31314, I will change the host component type that will be synced to react-native. Notably, it will expose the issue where all the `HostComponent<mixed>` types are wrong, since it doesn't make sense to write `React.AbstractComponent<mixed>`. This diff fixes the existing usages first in prep for that typing change. Changelog: [Internal] Reviewed By: alexmckenley Differential Revision: D64722939 fbshipit-source-id: 14e1477090128205d8be8fc7b135a8478f94b790