Skip to content

Commit 4a11209

Browse files
committed
feat: support to web
closes #42
1 parent f5890c9 commit 4a11209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Carousel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ function Carousel<T extends unknown = any>(
431431
return (
432432
<PanGestureHandler
433433
{...panGestureHandlerProps}
434-
onHandlerStateChange={animatedListScrollHandler}
434+
onGestureEvent={animatedListScrollHandler}
435435
>
436436
<Animated.View
437437
// eslint-disable-next-line react-native/no-inline-styles

0 commit comments

Comments
 (0)