react-native-swipe-list-view

A React Native ListView component with rows that swipe open and closed

MIT License

Downloads
171.9K
Stars
2.8K
Committers
66

Bot releases are hidden (Show)

react-native-swipe-list-view - v3.2.9 Latest Release

Published by jemise111 over 3 years ago

  • Fix eslint, prettier and run linter #566
  • Add close row manually example #565
  • Update example to rn 0.64.2 #564
react-native-swipe-list-view - v3.2.8

Published by jemise111 over 3 years ago

  • Fix undefined to value #558
react-native-swipe-list-view - v3.2.7

Published by jemise111 over 3 years ago

** POSSIBLE BREAKING CHANGE **

  • Favor key extractor #548

SwipeListView will now favor keyExtractor prop over a key property, this is in line with the way React Native VirtualizedList handles keys.

react-native-swipe-list-view - v3.2.6

Published by jemise111 over 3 years ago

  • Add onPreviewEnd prop #539
react-native-swipe-list-view - v3.2.5

Published by jemise111 almost 4 years ago

  • Fix swipe delete example #521
react-native-swipe-list-view - v3.2.4

Published by jemise111 about 4 years ago

  • Default right and left action values to 0 #496
  • Only close rows that still exist in closeAllOpenRows #507
react-native-swipe-list-view - v3.2.3

Published by jemise111 over 4 years ago

  • Add manuallyOpenAllRows func #490
  • Remove ViewPropTypes #489
  • Fixed hidden item renderer return type. #485
react-native-swipe-list-view -

Published by jemise111 over 4 years ago

  • Fix warning in swipe to delete example
react-native-swipe-list-view - v3.1.2

Published by jemise111 over 4 years ago

  • Support all forms of setting listViewRef #480
react-native-swipe-list-view - v3.1.1

Published by jemise111 over 4 years ago

  • Add case for sectionlist in onContentSizeChange #476
  • Add link to example.js in README #469
react-native-swipe-list-view - v3.1.0

Published by jemise111 over 4 years ago

  • Add closeAllOpenRows function #466
  • Add useNativeDriver to types #464
react-native-swipe-list-view - v3.0.1

Published by jemise111 over 4 years ago

  • Add isOpen to SwipeRow #462
react-native-swipe-list-view - v3.0.0

Published by jemise111 over 4 years ago

Actions are here! (thanks again @proof666)

See this doc for everything you need to know: https://github.com/jemise111/react-native-swipe-list-view/blob/master/docs/actions.md

All PRs released:

  • Added this.props.onScroll null check #457
  • ViewPropType Deprecation Fix #454
  • Fix documentation example #450
  • Fixed inconsistent prop name for opting in animated list #447
  • Pass additional swipe data to the swipeGestureEnded callback #443
  • Provide clarity on necessity of key property in the data array #437
  • Add actions functionality #395
  • Actions #1
react-native-swipe-list-view - v3.0.0-rc2

Published by jemise111 over 4 years ago

  • Pass additional swipe data to the swipeGestureEnded callback #443
  • Provide clarity on necessity of key property in the data array #437
react-native-swipe-list-view - v3.0.0-rc1

Published by jemise111 over 4 years ago

  • Add actions functionality #395
  • Actions #1

Please see https://github.com/jemise111/react-native-swipe-list-view/blob/master/docs/actions.md for an excellent new feature called Actions (thanks @proof666 !) and please report any issues

react-native-swipe-list-view - v2.5.0

Published by jemise111 over 4 years ago

  • Fix types for new props #441
  • Add swipeGestureEnded prop #440
  • updated data variable to rowData #438
  • Opt in to animated lists #439
  • Fix onPress Params #435
react-native-swipe-list-view - v2.4.0

Published by jemise111 over 4 years ago

  • Added support for AnimatedEvent object in onScroll callback #428
react-native-swipe-list-view - v2.3.0

Published by jemise111 over 4 years ago

  • Added ability to set restSpeedThreshold and restDisplacementThreshold. #423
  • Clean up and separate examples #422
react-native-swipe-list-view - v2.2.0

Published by jemise111 over 4 years ago

  • perf: FlatList & PureComponent performance improvements #419
  • Specify Listview vertical #414
  • documentation(swipeToDelete): update example with a copy/pastable sample #406
  • chore(README): added android tips in running the example #404
  • fix the [BUG](https://github.com/jemise111/react-native-swipe-list-v... #397
  • Add type definition for manuallySwipeRow #393
react-native-swipe-list-view - v2.1.3

Published by jemise111 almost 5 years ago

  • Fixed rows not closing on refresh on android #389
Package Rankings
Top 1.02% on Npmjs.org
Badges
Extracted from project README
npm npm
Related Projects