alexbrillant / react-native-deck-swiper

tinder like react-native deck swiper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adjust when the overlay label appears

rogger-frogger opened this issue · comments

Thank you for this library.
Is it possible to adjust when the overlay label appears? At the moment, it's a bit delayed, user needs to shift the card almost half way through for it to start showing. How can I adjust this so that it starts onDragStart e.g. or as soon as user touches the card? Thanks

You can resolve it by add this props to Swiper:
inputOverlayLabelsOpacityRangeX={[-width / 3, -1, 0, 1, width / 3]} overlayOpacityHorizontalThreshold={1}

@aupous thank you very much !

@rogger-frogger you are wellcome :D