dillon1000/react

Commit

Refactor ReactFabricHostComponent (#26323)

## Summary

This is a small refactor of `ReactFabricHostComponent` to remove
unnecessary dependencies, unused methods and type definitions to
simplify a larger refactor of the class in a following PR
(https://github.com/facebook/react/pull/26321).

## How did you test this change?

Existing unit tests.
Browse files
Changed paths6 files
First-parent comparison
M packages/react-native-renderer/src/NativeMethodsMixinUtils.js ModifiedM packages/react-native-renderer/src/ReactFabric.js ModifiedM packages/react-native-renderer/src/ReactFabricComponentTree.js ModifiedM packages/react-native-renderer/src/ReactFabricEventEmitter.js ModifiedM packages/react-native-renderer/src/ReactFabricHostConfig.js ModifiedM packages/react-native-renderer/src/ReactNativeTypes.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…