-
Notifications
You must be signed in to change notification settings - Fork 649
Swipe Left doesn't push the item it just covers it. #337
Comments
I was facing the same problem, and I've solved it with downgrading the version, just switch to |
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 ... |
solve by downgrading to "react-native-swipeout" version 2.3.1 |
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 |
|
try 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. |
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 ?
The text was updated successfully, but these errors were encountered: