Skip to content

Commit 4ddf227

Browse files
committed
do not unpack horizontal
1 parent 7dd2dd2 commit 4ddf227

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/react-native-gesture-handler/src/v3/components/GestureComponents.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export const ScrollView = (
5757
children,
5858
refreshControl,
5959
onGestureUpdate_CAN_CAUSE_INFINITE_RERENDER,
60-
horizontal,
6160
keyboardShouldPersistTaps,
6261
...rest
6362
} = props;
@@ -79,7 +78,6 @@ export const ScrollView = (
7978
<GHScrollView
8079
{...rest}
8180
ref={props.ref}
82-
horizontal={horizontal}
8381
keyboardShouldPersistTaps={keyboardShouldPersistTaps}
8482
onGestureUpdate_CAN_CAUSE_INFINITE_RERENDER={updateGesture}
8583
// @ts-ignore we don't pass `refreshing` prop as we only want to override the ref

0 commit comments

Comments
 (0)