sweepActiveTouchForTag

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

Sweep a view as currently not active for a touch event. This tells the UIManager that the view is not being interacted by the user and can safely be destroyed.

Parameters

surfaceId

The surface ID where the view is rendered.

reactTag

The react tag for the specific view