mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-30 01:37:01 +08:00
iOS: added fabric/core ShadowNode tests
Summary: basic tests for shadow nodes and props for fabric Reviewed By: shergin Differential Revision: D7377867 fbshipit-source-id: dc8e5bb369aeb32b4790fd8b56f333376bc1578c
This commit is contained in:
committed by
Facebook Github Bot
parent
8c0070c706
commit
e254474d4c
@@ -58,6 +58,14 @@ Tag ShadowNode::getTag() const {
|
||||
return tag_;
|
||||
}
|
||||
|
||||
Tag ShadowNode::getRootTag() const {
|
||||
return rootTag_;
|
||||
}
|
||||
|
||||
InstanceHandle ShadowNode::getInstanceHandle() const {
|
||||
return instanceHandle_;
|
||||
}
|
||||
|
||||
SharedShadowNode ShadowNode::getSourceNode() const {
|
||||
return sourceNode_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user