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 - v2.1.2

Published by jemise111 almost 5 years ago

  • ForceClosing bug fixes #385
react-native-swipe-list-view - v2.1.1

Published by jemise111 almost 5 years ago

  • Fix overriding renderItem in ts types #384
react-native-swipe-list-view - v2.1.0

Published by jemise111 almost 5 years ago

  • Preview repeat #380
react-native-swipe-list-view - v2.0.6

Published by jemise111 almost 5 years ago

  • Use swipeKey instead of key #376

BREAKING CHANGES:

  • If you previously passed a key prop to SwipeRow please use swipeKey instead
react-native-swipe-list-view - v2.0.5

Published by jemise111 almost 5 years ago

  • Disable eslint for flow types and prettify #375
  • Add key swiperow #374
  • Deprecated props #371
react-native-swipe-list-view - v2.0.4

Published by jemise111 almost 5 years ago

  • [SwipeRow docs] remove duplicate description of tension param #369
  • flowtypes file created #367
  • add accessible false to touchableopacity #365
  • Fix an issue that caused rows to be swiped with a quick swipe when ve... #363
  • Fix SwipeListView docs #357
react-native-swipe-list-view - v2.0.3

Published by jemise111 about 5 years ago

  • Update issue templates #353
  • Add linting #352
react-native-swipe-list-view - v2.0.2

Published by jemise111 about 5 years ago

  • Better perf with touchables and onPress #350
  • Remove test.tsx #351
react-native-swipe-list-view - v2.0.1

Published by jemise111 about 5 years ago

  • Remove _value everywhere #339
  • Fix wrong translateX value if using nativeDriver #336
  • Re-add renderItem type definition #328
react-native-swipe-list-view - v2.0.0

Published by jemise111 over 5 years ago

RN 60 Support!

  • Deprecate ListView entirely #316
  • Move PanResponder.create to constructor #315
  • Upgrade example to rn 60 #314
react-native-swipe-list-view - v1.5.8

Published by jemise111 over 5 years ago

  • Make useNativeDriver optional prop #305
react-native-swipe-list-view - v1.5.7

Published by jemise111 over 5 years ago

  • fix: #302 #303
  • Force-closing to left/right end on hitting threshold. #299
react-native-swipe-list-view - v1.5.6

Published by jemise111 over 5 years ago

  • Upgrade example to rn 59.9 #301
  • add Types and optimizing animation #296
react-native-swipe-list-view - v1.5.5

Published by jemise111 over 5 years ago

  • On delete close row without animation #291
react-native-swipe-list-view - v1.5.4

Published by jemise111 over 5 years ago

  • Add "disableHiddenLayoutCalculation" prop #276
  • Preserve arguments for onPress #278
  • Correct link to the docs for per row behaviour #286
react-native-swipe-list-view - v1.5.3

Published by jemise111 over 5 years ago

#274 Don't do row preview is key is undefined

react-native-swipe-list-view - v1.5.2

Published by jemise111 over 5 years ago

#269 Avoid ListView deprecation warning

react-native-swipe-list-view - v1.5.1

Published by jemise111 almost 6 years ago

#262 Fix shouldItemUpdate func

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

Published by jemise111 almost 6 years ago

#252 Add prop to detect swipe value changes

See a more full example here: https://github.com/jemise111/react-native-swipe-list-view#ui-based-on-swipe-values-the-gmail-effect

react-native-swipe-list-view - v1.4.1

Published by jemise111 almost 6 years ago

#251 Fix shouldComponentUpdate not updating properly
#249 Add support to not close rows when others are opened

Package Rankings
Top 1.02% on Npmjs.org
Badges
Extracted from project README
npm npm
Related Projects