Releases: gitim/react-native-sortable-list
Releases · gitim/react-native-sortable-list
v0.0.23
- Added LICENSE file
- Fixed #47 Re-renders entire view when adding/removing rows
- Added a second argument to the
onReleaseRow
callback
- Fixed prop type for Row
0.0.22
- Added showsVerticalScrollIndicator, showsHorizontalScrollIndicator props
0.0.21
- Added renderHeader prop
- Added innerContainerStyle prop
- Fixed crash when using this in combination with react-navigation and the view with SortableList was not currently on the screen but still being updated
0.0.20
- Remove warning that data need be an object [data allow object and array]
0.0.19
- Expose toggleRowActive to renderItem component
- Only set pan responder on relevant gestures (allow usage of SwipeRow from react-native-swipe-list-view)
0.0.18
- Updated deprecated View.propTypes to ViewPropTypes
0.0.17
- Fix activation/deactivation conditions in Row
- Stretch row so child items fill container list
0.0.16
- Replace PropTypes from react with form prop-types package
0.0.14
- Added
rowActivationTime
prop