-
public interface UIImplementation.LayoutUpdateListener
Interface definition for a callback to be invoked when the layout has been updated
-
-
Method Summary
Modifier and Type Method Description abstract void
onLayoutUpdated(ReactShadowNode root)
Called when the layout has been updated -
-
Method Detail
-
onLayoutUpdated
abstract void onLayoutUpdated(ReactShadowNode root)
Called when the layout has been updated
-
-
-
-