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
https://github.com/DefinitelyTyped/DefinitelyTyped/commit/55dc209ceb6dbcd59c4c68cc8dfb77faadd9de12 children is removed on React 18 Thanks for submitting a pull request! **Please confirm you have linted your code and fixed any issues:** * [x] I ran `yarn run...
Hi, i have a problem with closeOnRowOpen and closeOnRowPress, no action happend! i expect the row close when i click on it or when i swipe another row. here is...
When you have SwipeRow inside ScrollView and you're swiping left/right it also moves the scrolling list vertically. How I can block ScrollView scrolling or receiving scroll events for ScrollView, so...
Hello! Can I add horizontal ScrollView for scrolling photos inside renderItem of SwipeListView? In other words, when I'm scrolling in area of ScrollView, photos scrolls and hidden items not showing,...
fix SwipeListView dependency issue
L116 in SwipeRow.js, from the context of the logics, it supposed to be `this.props.forceCloseToLeftThreshold > 0` rather than `this.props.forceCloseToRightThreshold > 0`. Please check it out, thanks. https://github.com/jemise111/react-native-swipe-list-view/blob/3c3fa95b0509af71dcf253834e367916ad688d13/components/SwipeRow.js#L116
Thanks for submitting a pull request! **Please confirm you have linted your code and fixed any issues:** * [x] I ran `yarn run fix` on my PR and fixed any...
i want add fetch more data on scrolling to the top in section list props true
Thanks for submitting a pull request! **Please confirm you have linted your code and fixed any issues:** * [ X ] I ran `yarn run fix` on my PR and...
Hi, I'm using Expo for my react native app and just upgraded to SDK 42 which requires "react-native-reanimated": "~2.2.0" Can you please confirm which version would be compatible. Many Thanks!