webraptor / react-native-deck-swiper

tinder like react-native deck swiper
ISC License
126 stars 81 forks source link

onSwiping TypeScript definition is wrong #44

Closed mi5ha closed 1 year ago

mi5ha commented 3 years ago

In index.d.ts, onSwiping is defined as:

onSwiping?: () => void;

I think it should be?

onSwiping?: (x: number, y: number) => void;
RuzenDev commented 1 year ago

Yeaah Somebody Release the version with this fix

webraptor commented 1 year ago

Will be fixed by 2.0.10