Skipperlla / rn-swiper-list

⚡ Lightning fast and customizable tinder-like swiper for React Native
https://www.npmjs.com/package/rn-swiper-list
MIT License
136 stars 14 forks source link

expose userConfig for useImperativeHandle methods #8

Closed PEZO19 closed 7 months ago

PEZO19 commented 11 months ago

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,
};