UIBlock

fun interface UIBlock

Deprecated

Use UIManagerListener or View Commands instead of addUIBlock and prependUIBlock.

Interop Interface added to support addUiBlock and prependUIBlock methods in Fabric. Historically those methods were only available in UIManagerModule (Paper, the old renderer). We're re-adding them to Fabric to make it easier to migrate.

Functions

Link copied to clipboard
abstract fun execute(resolver: UIBlockViewResolver)

A method that will allow you to call UIBlockViewResolver.resolveView to obtain a view instance for a given tag.