mirror of
https://github.com/status-im/react-native.git
synced 2025-02-05 06:04:15 +00:00
Wire up event handler bindings
Reviewed By: shergin Differential Revision: D8068507 fbshipit-source-id: 26326416c0b04cd52dc53af5d91010a1b27e0ec7
This commit is contained in:
parent
e2ce22b823
commit
18b8dbb9bb
@ -215,5 +215,10 @@ void FabricUIManager::completeRoot(int rootTag, const SharedShadowNodeUnsharedLi
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void FabricUIManager::registerEventHandler(void *eventHandler) {
|
||||||
|
isLoggingEnabled && LOG(INFO) << "FabricUIManager::registerEventHandler(eventHandler)";
|
||||||
|
// TODO: Store eventHandler handle.
|
||||||
|
}
|
||||||
|
|
||||||
} // namespace react
|
} // namespace react
|
||||||
} // namespace facebook
|
} // namespace facebook
|
||||||
|
@ -44,6 +44,7 @@ public:
|
|||||||
SharedShadowNodeUnsharedList createChildSet(Tag rootTag);
|
SharedShadowNodeUnsharedList createChildSet(Tag rootTag);
|
||||||
void appendChildToSet(const SharedShadowNodeUnsharedList &childSet, const SharedShadowNode &childNode);
|
void appendChildToSet(const SharedShadowNodeUnsharedList &childSet, const SharedShadowNode &childNode);
|
||||||
void completeRoot(Tag rootTag, const SharedShadowNodeUnsharedList &childSet);
|
void completeRoot(Tag rootTag, const SharedShadowNodeUnsharedList &childSet);
|
||||||
|
void registerEventHandler(void *eventHandler);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
SharedComponentDescriptorRegistry componentDescriptorRegistry_;
|
SharedComponentDescriptorRegistry componentDescriptorRegistry_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user