mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
ec4e8f4046c20e4168a75c4ea226101efeb6cbf9
## Summary
The following methods have exactly the same implementation on Fabric and
the legacy renderer:
* `findHostInstance_DEPRECATED`
* `findNodeHandle`
* `dispatchCommand`
* `sendAccessibilityEvent`
This just extracts those functions to a common module so they're easier
to change (no need to sync changes in 2 files).
## How did you test this change?
Existing tests (this is a refactor).
DiffTrain build for [eb616a12f1](https://github.com/facebook/react/commit/eb616a12f10a58d5dc0b5898c0a1029aef62d485)
Please do not delete this branch
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%