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 - v0.4.1

Published by jemise111 over 7 years ago

#110 Expose translateX value

react-native-swipe-list-view - v0.4.0

Published by jemise111 over 7 years ago

#107 Add a swipeToOpenPercent prop to control how far the user has to swipe before the row will open
#106 Expose directionalDistanceChangeThreshold prop
#105 Adds a closeOnRowBeginSwipe prop to close open rows when a row has begun opening

react-native-swipe-list-view - v0.3.3

Published by jemise111 almost 8 years ago

#79 Pass translateX value through to onRowOpen

react-native-swipe-list-view - v0.3.2

Published by jemise111 almost 8 years ago

#83 Fix invalid style PropType
#67 Add onRowDid___ callbacks
#89 Upgrade Example RN version to 0.39.0

react-native-swipe-list-view - v0.3.1

Published by jemise111 almost 8 years ago

#76 Upgrade Example RN Version
#77 Allow Row Index to be specified for previewing
#78 Add Tension, Friction props to the SwipeListView

react-native-swipe-list-view - v0.3.0

Published by jemise111 about 8 years ago

#53 Add First Row Slideout Preview

react-native-swipe-list-view - v0.2.3

Published by jemise111 about 8 years ago

#47 Allow refs to ListView
#46 Fix for production issue (checking for SwipeRow element type)

react-native-swipe-list-view - v0.2.2

Published by jemise111 over 8 years ago

#40 Allow passing styles to SwipeListView and SwipeRow
#43 Remove flex: 1 on SwipeRow

react-native-swipe-list-view - v0.2.1

Published by jemise111 over 8 years ago

#38 Pass data to onRowOpen, onRowClose

react-native-swipe-list-view - v0.2.0

Published by jemise111 over 8 years ago

#36 Implement per row behavior (!!!!!) (see per row behavior docs)
#35 Update example react version
#33 Update readme about core support

react-native-swipe-list-view - v0.1.8

Published by jemise111 over 8 years ago

#27 Root Cleanup - Move example code into separate directory
#28 Fix peer dependencies

react-native-swipe-list-view - v0.1.7

Published by jemise111 over 8 years ago

Add onRowOpen, onRowClose props #23

react-native-swipe-list-view - v0.1.6

Published by jemise111 over 8 years ago

#21 Add method to manually swipe row
#22 Add prop to enable recalculating hidden row layout on every onLayout event

react-native-swipe-list-view - v0.1.5

Published by jemise111 over 8 years ago

Make RN 0.25 Compliant #19
Update SwipeList - Pass event to onScroll #20

react-native-swipe-list-view - v0.1.4

Published by jemise111 over 8 years ago

Handle touch events the right way #18

Fixes broken Touchables inside SwipeRows on newer Androids

react-native-swipe-list-view - v0.1.3

Published by jemise111 over 8 years ago

Fix broken taps on some android devices #16
#17

react-native-swipe-list-view - v0.1.1

Published by jemise111 over 8 years ago

Safe close open row #15

Update example showing how to delete and close an open row

react-native-swipe-list-view - v0.1.0

Published by jemise111 over 8 years ago

Check for non existent row before closing #12

BREAKING CHANGES:
Allow data source to include sections #13

This PR introduced a small breaking change to Manually Closing Sections. See this section of the README for details

react-native-swipe-list-view - v0.0.4

Published by jemise111 over 8 years ago

allow manually closing rows #8

react-native-swipe-list-view - v0.0.3

Published by jemise111 over 8 years ago

Add ability to disable swiping #6
Support RN 0.24 #4

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