-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
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
Swiping laggy in ios when setting state to prevent multiple activations #20
Comments
I think onSwipeRelease triggering before it should has something to do with this. I use the component as listView row. |
@Vaintti do you think this could be the same issue as #3? The current fix is to set |
Here is my working solution.(this.setState() is make to swipe slower so prefer local variables in your swipe actions)
swipeView
ListView
|
@Jagadeesh-Govindaraj thank you so much, that is a great fix for the lag. |
@Jagadeesh-Govindaraj best method ever! |
Swiping is laggy on ios when I set state on onSwipeStart and onSwipeRelease
The text was updated successfully, but these errors were encountered: