You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.