Skip to content

Conversation

@m-bert
Copy link
Contributor

@m-bert m-bert commented Nov 15, 2025

Description

As stated in this comment, some of the ReanimatedSwipeable props were incorrectly exposed. Most of them came from BaseGestureHandlerProps, but were not actually used in the implementation.

I've updated SwipeableProps type to include only those that were actually used.

I've also moved hitSlop from Animated.View to Pan gesture - it seems that it worked on iOS, but not on android.

Closes #3670

Test plan

Tested on the "Swipeable reanimation" example with hitSlop={-20} added.

@m-bert m-bert requested a review from j-piasecki November 15, 2025 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

onBegan (etc.) events on Swipeable are not being triggered

2 participants