Skip to content

Commit

Permalink
Merge pull request #115 from shovel-kun/main
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban authored Sep 22, 2024
2 parents a583c33 + b5796de commit 60b1c90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gestures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ export const ToastSwipeHandler: React.FC<
});

const tap = Gesture.Tap().onEnd(() => {
'worklet';

Check failure on line 116 in src/gestures.tsx

View workflow job for this annotation

GitHub Actions / lint

Delete `····`
if (onPress) {
runOnJS(onPress)();
}
Expand Down

0 comments on commit 60b1c90

Please sign in to comment.