mirror of
https://github.com/status-im/react-native.git
synced 2025-02-25 23:55:23 +00:00
iOS: adjusted JSI binding for C++ FabricUIManager
Reviewed By: sebmarkbage, shergin Differential Revision: D7078631 fbshipit-source-id: 6df21e52d3941372a9845fdcf2aed777de7cb359
This commit is contained in:
parent
da84eba318
commit
52acbbdd62
@ -38,9 +38,7 @@ ShadowNodeSetRef FabricUIManager::createChildSet(int rootTag) {
|
||||
void FabricUIManager::appendChildToSet(const ShadowNodeSetRef &childSet, const ShadowNodeRef &childNode) {
|
||||
}
|
||||
|
||||
void FabricUIManager::completeRoot(int rootTag) {
|
||||
void FabricUIManager::completeRoot(int rootTag, const ShadowNodeSetRef &childSet) {
|
||||
}
|
||||
|
||||
}}
|
||||
|
||||
|
||||
|
@ -27,7 +27,7 @@ public:
|
||||
void appendChild(const ShadowNodeRef &parentNode, const ShadowNodeRef &childNode);
|
||||
ShadowNodeSetRef createChildSet(int rootTag);
|
||||
void appendChildToSet(const ShadowNodeSetRef &childSet, const ShadowNodeRef &childNode);
|
||||
void completeRoot(int rootTag);
|
||||
void completeRoot(int rootTag, const ShadowNodeSetRef &childSet);
|
||||
};
|
||||
|
||||
}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user