Skip to content

Releases: gitim/react-native-sortable-list

v0.0.23

11 Apr 00:22
Compare
Choose a tag to compare
  • 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

14 Apr 05:14
Compare
Choose a tag to compare
  • Added showsVerticalScrollIndicator, showsHorizontalScrollIndicator props

0.0.21

28 Feb 21:50
Compare
Choose a tag to compare
  • 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

18 Jan 18:22
Compare
Choose a tag to compare
  • Remove warning that data need be an object [data allow object and array]

0.0.19

16 Nov 22:39
Compare
Choose a tag to compare
  • 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

17 Oct 15:06
Compare
Choose a tag to compare
  • Updated deprecated View.propTypes to ViewPropTypes

0.0.17

30 Sep 10:09
Compare
Choose a tag to compare
  • Fix activation/deactivation conditions in Row
  • Stretch row so child items fill container list

0.0.16

13 Jul 09:26
Compare
Choose a tag to compare
  • Replace PropTypes from react with form prop-types package

0.0.15

06 Jul 11:44
Compare
Choose a tag to compare

0.0.14

06 Jul 11:45
Compare
Choose a tag to compare
  • Added rowActivationTime prop