Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/react-native/ReactAndroid/api/ReactAndroid.api
Original file line number Diff line number Diff line change
Expand Up @@ -3319,11 +3319,11 @@ public class com/facebook/react/uimanager/IllegalViewOperationException : com/fa
public final fun getView ()Landroid/view/View;
}

public class com/facebook/react/uimanager/JSPointerDispatcher {
public final class com/facebook/react/uimanager/JSPointerDispatcher {
public fun <init> (Landroid/view/ViewGroup;)V
public fun handleMotionEvent (Landroid/view/MotionEvent;Lcom/facebook/react/uimanager/events/EventDispatcher;Z)V
public fun onChildEndedNativeGesture ()V
public fun onChildStartedNativeGesture (Landroid/view/View;Landroid/view/MotionEvent;Lcom/facebook/react/uimanager/events/EventDispatcher;)V
public final fun handleMotionEvent (Landroid/view/MotionEvent;Lcom/facebook/react/uimanager/events/EventDispatcher;Z)V
public final fun onChildEndedNativeGesture ()V
public final fun onChildStartedNativeGesture (Landroid/view/View;Landroid/view/MotionEvent;Lcom/facebook/react/uimanager/events/EventDispatcher;)V
}

public final class com/facebook/react/uimanager/JSTouchDispatcher {
Expand Down
Loading
Loading