react/packages/react-native-renderer
Rubén Norte eb616a12f1
Extract duplicated methods in Fabric and the legacy renderer to a shared module (#26319)
## 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).
2023-03-06 10:51:59 +00:00
..
src Extract duplicated methods in Fabric and the legacy renderer to a shared module (#26319) 2023-03-06 10:51:59 +00:00
fabric.js ESLint upgrade to use hermes-eslint (#25915) 2022-12-20 14:27:01 -05:00
index.js ESLint upgrade to use hermes-eslint (#25915) 2022-12-20 14:27:01 -05:00
package.json Remove object-assign polyfill (#23351) 2022-02-23 19:34:24 -05:00