diff --git a/ReactAndroid/src/main/java/com/facebook/yoga/YogaEventListener.java b/ReactAndroid/src/main/java/com/facebook/yoga/YogaEventListener.java new file mode 100644 index 00000000000000..6d1d486be28a44 --- /dev/null +++ b/ReactAndroid/src/main/java/com/facebook/yoga/YogaEventListener.java @@ -0,0 +1,13 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the LICENSE + * file in the root directory of this source tree. + */ +package com.facebook.yoga; + +public interface YogaEventListener { + + void onLayoutPassEnd(YogaNode node); + +} \ No newline at end of file