Skip to content

Commit 0636d46

Browse files
committed
chore: bump version
1 parent f588991 commit 0636d46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-reanimated-carousel",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

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)