markActiveTouchForTag

abstract fun markActiveTouchForTag(surfaceId: Int, reactTag: Int)

Mark a view as currently active for a touch event. This information could be used by the UIManager to decide if a view could be safely destroyed or not.

Parameters

surfaceId

The surface ID where the view is rendered.

reactTag

The react tag for the specific view