software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
9.04k stars 1.31k forks source link

onSwipeableOpenStartDrag issue from Swipeable #6552

Open maksymhcode-care opened 1 month ago

maksymhcode-care commented 1 month ago

Description

In Swipeable from 'react-native-gesture-handler/ReanimatedSwipeable' onSwipeableOpenStartDrag fires multiple times insted of beign called just once like it was in "react-native-gesture-handler/Swipeable"

Steps to reproduce

  1. Use import Swipeable from 'react-native-gesture-handler/ReanimatedSwipeable'
  2. https://snack.expo.dev/@maksym.h.code-care/ced602

Snack or a link to a repository

https://snack.expo.dev/@maksym.h.code-care/ced602

Reanimated version

3.11.0

React Native version

0.74.5

Platforms

Android

JavaScript runtime

None

Workflow

None

Architecture

Paper (Old Architecture)

Build type

Debug app & dev bundle

Device

Android emulator

Device model

Google Pixel 7 Pro

Acknowledgements

Yes

maksymhcode-care commented 1 week ago

@tjzel @tomekzaw @MatiPl01 @bartlomiejbloniarz Can i ask you guys to check it?