alexbrillant / react-native-deck-swiper

tinder like react-native deck swiper
ISC License
1.55k stars 462 forks source link

How to display label immediately on swipe start? #250

Closed sonyshchuk closed 5 years ago

sonyshchuk commented 5 years ago

Hello guys,

I can't find a proper way to display label right after the start of manual swiping. Is it possible?

sonyshchuk commented 5 years ago

Found it. My case wasn't working beacuse horizontalThreshold != overlayOpacityHorizontalThreshold

The right implementation is: horizontalThreshold={10} overlayOpacityHorizontalThreshold={10}