onCollectExtraUpdates

open fun onCollectExtraUpdates(uiViewOperationQueue: UIViewOperationQueue)

Called after layout step at the end of the UI batch from UIManagerModule. May be used to enqueue additional ui operations for the native view. Will only be called on nodes marked as updated either with dirty or markUpdated.

Parameters

uiViewOperationQueue

interface for enqueueing UI operations