React Native Swipe List View Versions Save

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

v3.2.9

2 years ago
  • Fix eslint, prettier and run linter #566
  • Add close row manually example #565
  • Update example to rn 0.64.2 #564

v3.2.8

2 years ago
  • Fix undefined to value #558

v3.2.7

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.

v3.2.6

3 years ago
  • Add onPreviewEnd prop #539

v3.2.5

3 years ago
  • Fix swipe delete example #521

v3.2.4

3 years ago
  • Default right and left action values to 0 #496
  • Only close rows that still exist in closeAllOpenRows #507

v3.2.3

3 years ago
  • Add manuallyOpenAllRows func #490
  • Remove ViewPropTypes #489
  • Fixed hidden item renderer return type. #485

v3.1.3

3 years ago
  • Fix warning in swipe to delete example

v3.1.2

3 years ago
  • Support all forms of setting listViewRef #480

v3.1.1

3 years ago
  • Add case for sectionlist in onContentSizeChange #476
  • Add link to example.js in README #469