Closed latekvo closed 1 month ago
Fix onStart callbacks of ReanimatedSwipeable being called every update.
onStart
ReanimatedSwipeable
Moved from #3149
Swipeable Reanimation
<ReanimatedSwipeable containerStyle={styles.swipeable} onSwipeableOpenStartDrag={(direction) => console.log(direction)} onSwipeableCloseStartDrag={(direction) => console.log(direction)}> <Text>Swipeable!</Text> </ReanimatedSwipeable>
Description
Fix
onStart
callbacks ofReanimatedSwipeable
being called every update.Moved from #3149
Test plan
Swipeable Reanimation
exampleReanimatedSwipeable
component with the following code: