UIBlockViewResolver

Deprecated

Use UIManagerListener or View Commands instead of addUIBlock and prependUIBlock.

This interface is used as receiver parameter for UIBlock.

Users can invoke resolveView on this instance to get an Android View from the view tag.

Inheritors

Functions

Link copied to clipboard
abstract fun resolveView(reactTag: Int): View?

Resolves a View from the given react tag.