Skipperlla / rn-swiper-list

⚡ Lightning fast and customizable tinder-like swiper for React Native

Home Page:https://www.npmjs.com/package/rn-swiper-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expose userConfig for useImperativeHandle methods

PEZO19 opened this issue · comments

It would be really nice if we could configure this (current behaviour is too fast/too snappy I think):

const userConfig = {
  damping: 15,
  stiffness: 120,
  mass: 0.5,
  overshootClamping: false,
  restDisplacementThreshold: 0.001,
  restSpeedThreshold: 0.001,
};