-
Notifications
You must be signed in to change notification settings - Fork 465
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
The swipe functionality does not work on the subsequent cards after swiping the first card. #395
Comments
I am expeiencing the same thing! |
i was facing the same problem but when i change the version of Expo in your project from "^49.0.0" to "^48.0.0", and did the same in react native form 0.72 to 0.71 it work |
I am experiencing the same thing. Subsequent swipes are not working on react-native-cli |
I will test it in react-native version 0.71.11 soon and post the results here. |
Hi Guys, this is the current resetPanAndScale function.
This is the working one.
I found that after the swipe, the listener is unsubscribed even if no unmount was triggered. |
Perfect @Lamonarch87 .... I would recommend you to fork the repo and create a PR so that the author can merge it |
* Update package.json * Update Swiper.js alexbrillant#395 (comment) #109 (comment)
fixed by webraptor#112 (review) version 2.0.15 |
still have this issue using this fix on 0.72.x |
Hello, it's the same issue with 0.72.X. Can you please check? test_QUQOz4Wh.mp4 |
Based on the attached video the swiper works but you're changing the contents of the deck externally |
This appears to be happening for me also - on RN 0.73.8 & 2.0.16 of Deck Swiper |
Updating to 2.0.17 appears to have solved the issue for us 🎉 |
The swipe functionality does not work on the subsequent cards after swiping the first card.
I encounter this issue when trying to swipe or simply tapping on the screen. However, when I place buttons and perform the swipe actions using those buttons, I do not experience any issues. But if I initially perform the swipe manually by dragging, the animation gets disrupted and the swipe buttons no longer work.
Ekran.Kaydi.2023-07-14.15.26.11.kopyasi.mov
(Please ignore the duplicate images in the last set of data. Focus on the names instead.)
My Code:
The text was updated successfully, but these errors were encountered: