We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd2dd2 commit 4ddf227Copy full SHA for 4ddf227
1 file changed
packages/react-native-gesture-handler/src/v3/components/GestureComponents.tsx
@@ -57,7 +57,6 @@ export const ScrollView = (
57
children,
58
refreshControl,
59
onGestureUpdate_CAN_CAUSE_INFINITE_RERENDER,
60
- horizontal,
61
keyboardShouldPersistTaps,
62
...rest
63
} = props;
@@ -79,7 +78,6 @@ export const ScrollView = (
79
78
<GHScrollView
80
{...rest}
81
ref={props.ref}
82
- horizontal={horizontal}
83
keyboardShouldPersistTaps={keyboardShouldPersistTaps}
84
onGestureUpdate_CAN_CAUSE_INFINITE_RERENDER={updateGesture}
85
// @ts-ignore we don't pass `refreshing` prop as we only want to override the ref
0 commit comments