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
[react-native-gesture-handler](https://github.com/kmagiera/react-native-gesture-handler) includes a Swipeable component that uses native gesture recognizers and runs animations on the main thread, so there is no concern about the JS thread potentially dropping frames and...
**Can something be done about the swipe right/left behaviour when 'Voice Over' mode is ON in IOS ?** I think right now the `SwipeRow` component does not take any properties...
**Describe the bug** I dont know if its a bug but, here is the issue you cant scroll vertically on android but, works on Ios. **Environment (please complete the following...
It would be great to see ongoing development, especially including support for [FlashList](https://shopify.github.io/flash-list/docs/usage/).
**Describe the bug** Avoid re-rendering of hidden item (row) when hook state is changing **To Reproduce** SwipeListView with renderItem and renderHiddenItem as simple as it can be, but there is...
**Describe the bug** Hi! So our app recently changed version to 0.69.3 and maintained the react-native-swipe-list-view to 3.2.9. After upgrading our app crashes whenever it involves closing any row item....
I try to use ScrollToOffset to almost last part of list when I come back from another page but it can't scroll pass through {initialNumToRender}-th row.
I'm concerned that the update frequency is unreasonable.
when one row is open and I switch to another tab, on Android devices, the open row remains open, whereas on iOS devices, it closes. The behavior I expect is...
Could be something like [this](https://github.com/jemise111/react-native-swipe-list-view/issues/461) **Describe the bug** When I try to use swipe row i get typescript error, it works but the typescript error is annoying and it keeps...