React-native-deck-swiper: Provide swipeLeft & swipeRight methods?

Created on 21 Jul 2017  路  2Comments  路  Source: alexbrillant/react-native-deck-swiper

Use case

When you want to create a UI like Tinder where there are buttons to trigger actions as alternative to swiping.

Most helpful comment

Added this feature in 1.2.7.
New methods available :
swipeLeft, swipeRight, swipeTop, swipeBottom
Checkout the methods section inside the readme
Thanks for sharing this idea

All 2 comments

I implemented this feature by tracking current cardIndex and jumping to the desired cardIndex.

It does not use the animation thought.

Added this feature in 1.2.7.
New methods available :
swipeLeft, swipeRight, swipeTop, swipeBottom
Checkout the methods section inside the readme
Thanks for sharing this idea

Was this page helpful?
0 / 5 - 0 ratings