Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

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

Open
richardnassar-external opened this issue Oct 17, 2019 · 12 comments
Open

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

richardnassar-external opened this issue Oct 17, 2019 · 12 comments

Comments

@richardnassar-external
Copy link

richardnassar-external commented Oct 17, 2019

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 richardnassar-external changed the title Swipe Left doe Swipe Left doesn't push the item it just covers it. Oct 17, 2019
@DenisKurmashev
Copy link

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

@richardnassar-external
Copy link
Author

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

@jpamarohorta
Copy link

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
Copy link
Author

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

@Muhammadfarazkhan123
Copy link

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

@yarikpetrenko
Copy link

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
Copy link

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

@JackClown
Copy link

I'm facing the same problem. RN 0.62

@hakuun
Copy link

hakuun commented Apr 23, 2020

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
Copy link

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

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

@aronmi
Copy link

aronmi commented Jul 3, 2020

i'm facing same issue too

@Daniel-Griffiths
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests