Skip to content

Releases: gitim/react-native-sortable-list

v0.0.23

Choose a tag to compare

@gitim gitim released this 11 Apr 00:22
  • 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

Choose a tag to compare

@gitim gitim released this 14 Apr 05:14
  • Added showsVerticalScrollIndicator, showsHorizontalScrollIndicator props

0.0.21

Choose a tag to compare

@gitim gitim released this 28 Feb 21:50
  • 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

Choose a tag to compare

@gitim gitim released this 18 Jan 18:22
  • Remove warning that data need be an object [data allow object and array]

0.0.19

Choose a tag to compare

@gitim gitim released this 16 Nov 22:39
  • 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

Choose a tag to compare

@gitim gitim released this 17 Oct 15:06
  • Updated deprecated View.propTypes to ViewPropTypes

0.0.17

Choose a tag to compare

@gitim gitim released this 30 Sep 10:09
  • Fix activation/deactivation conditions in Row
  • Stretch row so child items fill container list

0.0.16

Choose a tag to compare

@gitim gitim released this 13 Jul 09:26
  • Replace PropTypes from react with form prop-types package

0.0.15

Choose a tag to compare

@gitim gitim released this 06 Jul 11:44

0.0.14

Choose a tag to compare

@gitim gitim released this 06 Jul 11:45
  • Added rowActivationTime prop