6.0.0 • Published 6 years ago

@justinrohweller/react-native-sort-and-swipe-list v6.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

react-native-sort-and-swipe-list

Renders a Sortable and Swipeable List in React Native Hopefully will update this readme soon.

npm install --save @justinrohweller/react-native-sort-and-swipe-list

import CustomSortAndSwipeList from '@justinrohweller/react-native-sort-and-swipe-list';

If you have a warning that says no duplicate props, you tried to use a prop that is already used by this package.

Combines two packages: react-native-sortable-list: https://github.com/gitim/react-native-sortable-list react-native-swipe-list-view: https://github.com/jemise111/react-native-swipe-list-view/blob/master/docs/SwipeRow.md

See example.js to see common usage (plus example add/remove rows)