We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a noticeable delay between swipes.
The text was updated successfully, but these errors were encountered:
Hey man, this is due to the Animated.spring function. To resolve this just add a high speed in the speed settings on the config. Ex:
Animated.spring(this.position, { toValue: { x: SCREEN_WIDTH + 100, y: gestureState.dy }, speed: 100 })
Sorry, something went wrong.
@prabinjoel If you are calling about Tinder UI Swipe, just add {...this.PanResponder.panHandlers} in else statement in renderUsers function.
{...this.PanResponder.panHandlers}
Fixed big swipe delay issue nathvarun#2
65705b0
No branches or pull requests
There is a noticeable delay between swipes.
The text was updated successfully, but these errors were encountered: