resolveView

abstract fun resolveView(reactTag: Int): View?

Resolves a View from the given react tag.

Return

the Android View instance for the given tag or null if the view is not found

Parameters

reactTag

the react tag of the view to resolve