File tree 1 file changed +2
-0
lines changed
android/src/main/java/com/swmansion/gesturehandler/core
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import android.view.View
6
6
import android.view.ViewConfiguration
7
7
import android.view.ViewGroup
8
8
import android.widget.ScrollView
9
+ import com.facebook.react.views.scroll.ReactHorizontalScrollView
9
10
import com.facebook.react.views.scroll.ReactScrollView
10
11
import com.facebook.react.views.swiperefresh.ReactSwipeRefreshLayout
11
12
import com.facebook.react.views.text.ReactTextView
@@ -85,6 +86,7 @@ class NativeViewGestureHandler : GestureHandler<NativeViewGestureHandler>() {
85
86
is ReactEditText -> this .hook = EditTextHook (this , view)
86
87
is ReactSwipeRefreshLayout -> this .hook = SwipeRefreshLayoutHook (this , view)
87
88
is ReactScrollView -> this .hook = ScrollViewHook ()
89
+ is ReactHorizontalScrollView -> this .hook = ScrollViewHook ()
88
90
is ReactTextView -> this .hook = TextViewHook ()
89
91
is ReactViewGroup -> this .hook = ReactViewGroupHook ()
90
92
}
You can’t perform that action at this time.
0 commit comments