We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba225a5 commit 903644fCopy full SHA for 903644f
src/component/Cursor.tsx
@@ -82,7 +82,7 @@ const Cursor = ({
82
PanGestureHandlerGestureEvent,
83
Offset
84
>({
85
- onStart: ({}, ctx) => {
+ onStart: (_event, ctx) => {
86
ctx.x = translation.x.value;
87
ctx.y = translation.y.value;
88
activeStatusTransition.value = withSpring(1);
0 commit comments