resolveView

open fun resolveView(tag: Int): View

Resolves a view based on its reactTag. Do not mutate properties on this view that are already managed by React, as there are no guarantees this changes will be preserved.

Return

view if found

Parameters

reactTag

tag

Throws

IllegalViewOperationException

if tag could not be resolved.