React Native Sortable List Versions Save

React Native Sortable List component

v0.0.23

5 years ago

v0.0.22

6 years ago
  • Added showsVerticalScrollIndicator, showsHorizontalScrollIndicator props

v0.0.21

6 years ago
  • 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

v0.0.20

6 years ago
  • Remove warning that data need be an object [data allow object and array]

v0.0.19

6 years ago
  • Expose toggleRowActive to renderItem component
  • Only set pan responder on relevant gestures (allow usage of SwipeRow from react-native-swipe-list-view)

v0.0.18

6 years ago
  • Updated deprecated View.propTypes to ViewPropTypes

v0.0.17

6 years ago
  • Fix activation/deactivation conditions in Row
  • Stretch row so child items fill container list

v0.0.16

6 years ago
  • Replace PropTypes from react with form prop-types package

v0.0.14

6 years ago
  • Added rowActivationTime prop