Releases: jemise111/react-native-swipe-list-view
Releases · jemise111/react-native-swipe-list-view
v0.4.1
#110 Expose translateX value
v0.4.0
#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
v0.3.3
#79 Pass translateX value through to onRowOpen
v0.3.2
#83 Fix invalid style PropType
#67 Add onRowDid___ callbacks
#89 Upgrade Example RN version to 0.39.0
v0.3.1
#76 Upgrade Example RN Version
#77 Allow Row Index to be specified for previewing
#78 Add Tension, Friction props to the SwipeListView
v0.3.0
#53 Add First Row Slideout Preview
v0.2.3
#47 Allow refs to ListView
#46 Fix for production issue (checking for SwipeRow element type)
v0.2.2
#40 Allow passing styles to SwipeListView and SwipeRow
#43 Remove flex: 1 on SwipeRow
v0.2.1
#38 Pass data to onRowOpen, onRowClose