mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
add node layout event and pass it java layer
Summary: Listen to NodeLayout event and passes this event callback to java layer along with the information whether layout or measure was done in this pass Reviewed By: davidaurelio Differential Revision: D15696021 fbshipit-source-id: 8c5ca69330a9baca26b77052d4965cc67fe97c75
This commit is contained in:
committed by
Facebook Github Bot
parent
c94d7d520f
commit
b6dc9587e6
@@ -12,4 +12,6 @@ public interface YogaEventListener {
|
||||
|
||||
void onNodeMeasure(YogaNode node);
|
||||
|
||||
void onNodeLayout(YogaNode node, boolean performLayout);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user