vanso-hubsi

Results 2 comments of vanso-hubsi

Hi! I just came across the same issue. The issue is that the `onRightAction` only gets called after the swipeout animation has finished (see [here](https://github.com/jemise111/react-native-swipe-list-view/blob/f827f855a6db04848656f11f1f28d99682e9875b/components/SwipeRow.js#L560) and [here](https://github.com/jemise111/react-native-swipe-list-view/blob/f827f855a6db04848656f11f1f28d99682e9875b/components/SwipeRow.js#L442)). That animation being...

Hi @krozett, Unfortunately, I don't have a clean and tested `AppDelegate.m` anymore, but I tried to collect what's required to get this working. First, you have to add this to...