setRootAsync

fun setRootAsync(component: Component?): TestLithoView

Sets the new root Component to render asynchronously.


fun setRootAsync(builder: Component.Builder<*>): TestLithoView

Sets the new root Component.Builder to render asynchronously.