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:
Kevin Gozali
2018-03-23 16:46:09 -07:00
committed by Facebook Github Bot
parent 8c0070c706
commit e254474d4c
5 changed files with 131 additions and 0 deletions

View File

@@ -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_;
}