react-native-swipeout icon indicating copy to clipboard operation
react-native-swipeout copied to clipboard

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

Open richardnassar-external opened this issue 5 years ago • 12 comments

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 ?

richardnassar-external avatar Oct 17 '19 08:10 richardnassar-external

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

DenisKurmashev avatar Oct 19 '19 09:10 DenisKurmashev

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

richardnassar-external avatar Oct 21 '19 11:10 richardnassar-external

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.

jpamarohorta avatar Oct 21 '19 14:10 jpamarohorta

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

richardnassar-external avatar Oct 22 '19 07:10 richardnassar-external

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

Muhammadfarazkhan123 avatar Feb 08 '20 21:02 Muhammadfarazkhan123

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.

yarikpetrenko avatar Mar 08 '20 19:03 yarikpetrenko

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

Maxfurry avatar Mar 26 '20 07:03 Maxfurry

I'm facing the same problem. RN 0.62

JackClown avatar Apr 06 '20 05:04 JackClown

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

hakuun avatar Apr 23 '20 10:04 hakuun

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

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

krakz999 avatar May 30 '20 08:05 krakz999

i'm facing same issue too

aronmi avatar Jul 03 '20 19:07 aronmi

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

Daniel-Griffiths avatar Aug 28 '20 15:08 Daniel-Griffiths