react-native-swipeout
react-native-swipeout copied to clipboard
Swipe Left doesn't push the item it just covers it.
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 ?
I was facing the same problem, and I've solved it with downgrading the version, just switch to 2.2.0
.
It did not work ... can you please show me how you used it, maybe I'm missing some prop
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.
I used another library ... react-native-swipe-list-view
much simpler and more effective
solve by downgrading to "react-native-swipeout" version 2.3.1
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.
Mine also solved by downgrading to "react-native-swipeout" version 2.3.1
I'm facing the same problem. RN 0.62
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
try npm install git+https://github.com/krakz999/react-native-swipeout
im fixing this up to be used in a project @0.62
i'm facing same issue too
Thanks @krakz999 your branch fixed the issue for me. I am also on the latest release of RN.