software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
6.13k stars 982 forks source link

Fix swipeable swiping to left when no `renderRightActions` is set #3145

Closed latekvo closed 1 month ago

latekvo commented 1 month ago

Description

Fixed Swipeable being able to be opened to the left when no right element is present. This was caused by incorrectly set rightOffset, equal to 0 when no elements were present, even though it should've been set to rowWidth

Test plan