mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
f3c86364da
commit
9bd5591c59
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user