dancormier / react-native-swipeout

iOS-style swipeout buttons behind component
MIT License
2.62k stars 645 forks source link

Swipe Left doesn't push the item it just covers it. #337

Open richardnassar-external opened 4 years ago

richardnassar-external commented 4 years ago

So what I did is put flatlist inside of swipeout and when I swipe left the button doesn't push the item it just covers it... any idea on how I can fix that ?

DenisKurmashev commented 4 years ago

I was facing the same problem, and I've solved it with downgrading the version, just switch to 2.2.0.

richardnassar-external commented 4 years ago

It did not work ... can you please show me how you used it, maybe I'm missing some prop

jpamarohorta commented 4 years ago

This is happening to me since I upgraded from RN 0.61.0 to 0.61.2. It may have something to do with the fixes in react-native-gesture-handler present in 0.61.1.

However, these issues don't seem to appear if you run the app in release.

richardnassar-external commented 4 years ago

I used another library ... react-native-swipe-list-view much simpler and more effective

Muhammadfarazkhan123 commented 4 years ago

solve by downgrading to "react-native-swipeout" version 2.3.1

yarikpetrenko commented 4 years ago

This is happening to me since I upgraded from RN 0.61.0 to 0.61.2. It may have something to do with the fixes in react-native-gesture-handler present in 0.61.1.

However, these issues don't seem to appear if you run the app in release.

However, these issues don't seem to appear if you run the app in release.

Maxfurry commented 4 years ago

Mine also solved by downgrading to "react-native-swipeout" version 2.3.1

JackClown commented 4 years ago

I'm facing the same problem. RN 0.62

hakuun commented 4 years ago

I was facing the same problem, and I've solved it with downgrading the version, just switch to 2.2.0. thanks, i did just that, it worked

krakz999 commented 4 years ago

try npm install git+https://github.com/krakz999/react-native-swipeout

im fixing this up to be used in a project @0.62

aronmi commented 4 years ago

i'm facing same issue too

Daniel-Griffiths commented 3 years ago

Thanks @krakz999 your branch fixed the issue for me. I am also on the latest release of RN.