RootView

interface RootView

Interface for the root native view of a React native application.

Inheritors

Functions

Link copied to clipboard
abstract fun handleException(t: Throwable)
Link copied to clipboard
abstract fun onChildEndedNativeGesture(childView: View, ev: MotionEvent)

Called when a child ends a native gesture. Should be called from the child's onTouchIntercepted implementation.

Link copied to clipboard

abstract fun onChildStartedNativeGesture(childView: View?, ev: MotionEvent)

Called when a child starts a native gesture (e.g. a scroll in a ScrollView). Should be called from the child's onTouchIntercepted implementation.