Class and Description |
---|
com.facebook.litho.reference.Reference
Just use the object directly instead.
|
com.facebook.litho.reference.ReferenceLifecycle |
com.facebook.litho.ViewCompatComponent
ViewCompatComponent is not efficient as it will do measurement of views twice.
Recommended way now is to use either ViewRenderInfo (which utilizes same interfaces as this
class: ViewCreator and ViewBinder) if the view is used with sections API or create a custom
MountSpec.
|