add node measure event and passing the callback to java layer

Summary: Adds measure event and its listener initial code structure

Reviewed By: davidaurelio

Differential Revision: D15600738

fbshipit-source-id: d15764e0b64edb170fcb15e0912ecce5f7e53595
This commit is contained in:
Sidharth Guglani
2019-06-06 20:59:24 -07:00
committed by Facebook Github Bot
parent 2701d80078
commit 755fa07b39
4 changed files with 16 additions and 2 deletions

View File

@@ -131,6 +131,8 @@ void EventTest::listen(const YGNode& node, Event::Type type, Event::Data data) {
break;
case Event::LayoutPassEnd:
break;
case Event::NodeMeasure:
break;
}
}