Remove references to ShadowNodeFamilyFragment from ComponentKit shadow node wrappers (#37773)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/37773

Changelog: [internal]

Reviewed By: sammy-SC

Differential Revision: D46190383

fbshipit-source-id: e85948fbfeaaa4e057e6ff736734da0de2c06d0f
This commit is contained in:
Rubén Norte
2023-06-08 14:38:00 -07:00
committed by Facebook GitHub Bot
parent f3c86364da
commit 9bd5591c59
2 changed files with 6 additions and 0 deletions
@@ -48,6 +48,10 @@ SurfaceId ShadowNodeFamily::getSurfaceId() const {
return surfaceId_;
}
SharedEventEmitter ShadowNodeFamily::getEventEmitter() const {
return eventEmitter_;
}
ComponentName ShadowNodeFamily::getComponentName() const {
return componentName_;
}
@@ -73,6 +73,8 @@ class ShadowNodeFamily final {
SurfaceId getSurfaceId() const;
SharedEventEmitter getEventEmitter() const;
/*
* Sets and gets the most recent state.
*/