Skip to content

Releases: GFean/rn-gesture-swipeable-flatlist

v2.3.0

05 Jun 02:36
4990f40
Compare
Choose a tag to compare

closeAnyOpenRows function added, which is accessible via ref.
Documentation updated accordingly

v2.0.1

03 Jun 02:53
396f574
Compare
Choose a tag to compare

Updated peer dependencies, now this should work with any react native version as well as the gesture handler version.
Added ref functionality - now you can pass refs to SwipeableFlatlist and access native methods.

Fix minor issues

02 Sep 22:45
Compare
Choose a tag to compare

Fix the item closing after swiping it twice in the same direction.

1.1.13

01 Sep 01:15
Compare
Choose a tag to compare

add enableOpenMultipleRows prop, which can control if multiple rows can be opened at the same time - defaults to true.
remove react-native-gesture-handler automatic installation, since it was creating some problems on different version of react-native and especially expo projects.