gorhom / react-native-bottom-sheet

A performant interactive bottom sheet with fully configurable options 🚀
https://gorhom.dev/react-native-bottom-sheet/
MIT License
7.08k stars 777 forks source link

fix: stop any running animation, before early exiting due to same position #2006

Open ghitier opened 3 weeks ago

ghitier commented 3 weeks ago

Fixes an edge case of animateToPosition, where it would early exit when position === animatedPosition.value, but wouldn't stop the currently running animation. Therefore the bottom-sheet would proceed animating to an erroneous position.