react-native-swipe-list-view
react-native-swipe-list-view copied to clipboard
A React Native ListView component with rows that swipe open and closed
**Describe the bug** When using `` component with `useSectionList` and a ref, the function `manuallyOpenAllRows()` only open the last section rows. **To Reproduce** Use a SwipeListView component with multiple sections...
hello I'm having an issue my logic is I have a swipe item list which contains a toggler too when I click on the toggle it shows another component in...
I have 2 hidden buttons. I show both of them if `item.item.showViewJobButton` is `true`. If not `true` then I only show one button. Even If I show only one hidden...
( {data.item.name} )} renderHiddenItem={(data, rowMap) => ( close detail )} leftOpenValue={200} rightOpenValue={-200} >
Hello, I have problem. I put a function into the `onRightAction` prop. The problem is that it gets called with about 1-2 second delay. I'd like for it to be...
this.state = { listViewData : Array(4) .fill('') .map((_, i) => ({ title: `title${i + 1}`, data: [ ... Array(6) .fill('') .map((_, j) => ({ key: `${i}.${j}`, text: `item #${j}`, })),...
I want to resolve #472
**Describe the bug:** I want to listen swipe gestures for logging purposes on the screen where I'm using the SwipeListView, so I added an UISwipeGestureRecognizer to the SwipeListView's container view....
Hello everyone, Well I am using react-native-modalize and under this i am using react-native-swipe-list-view it is working but some how it not working smoothly to delete the items. can anyone...
Hi, i want to implement the 'swipe to reply' method like whats app, here is what i want to do: https://youtu.be/DgsYAJtz74U?t=136 But the problem is i do not know how...