react-native-instagram icon indicating copy to clipboard operation
react-native-instagram copied to clipboard

fix: always reset startX and startY values

Open cloudorbush opened this issue 2 years ago • 0 comments

Previously the start values would only be reset on a successful swipe to dismiss gesture. This would lead to a small bug where - when the swipe to dismiss gesture was canceled and retried - the screen would jerk to the previous values instead of start off from a fresh starting position. This fixes that.

cloudorbush avatar Dec 10 '22 12:12 cloudorbush