meteor-factory / react-native-tinder-swipe-cards

Tinder-like swipe cards for your React Native app
MIT License
1.13k stars 301 forks source link

Card gets stuck whenever you drag it and your thumb slides off the screen. #57

Open itsdevcoffee opened 7 years ago

itsdevcoffee commented 7 years ago

So I have essentially the exact same code as the example. It works perfect unless your thumb goes off the screen at the left or right edge of the phone while swiping. I'm not sure if anyone else has experienced something similar and if so how did you fix it.

Video example

juergengunz commented 7 years ago

yes unfortunately I have the same exact issue and it ruins this cool swiper :(

juergengunz commented 7 years ago

On iOS the App freezes and on Android the app crashed with following error:

bildschirmfoto 2017-02-23 um 21 59 01
juergengunz commented 7 years ago

this fixes it https://github.com/meteor-factory/react-native-tinder-swipe-cards/pull/59/files

lolobosse commented 7 years ago

It needs to be released to NPM right?

itsdevcoffee commented 7 years ago

Thanks so much man. Worked like a charm.

derekbrown commented 7 years ago

@vitorebatista Is the fix for this being released to NPM soon?