alexbrillant / react-native-deck-swiper

tinder like react-native deck swiper
ISC License
1.55k stars 461 forks source link

add onSwiping?: (x: number, y: number) => void; in the decleration file(index.d.ts) #343

Open BJSam opened 3 years ago

BJSam commented 3 years ago

in my code when i use onSwiping i was getting an error. so i added onSwiping?: (x: number, y: number) => void; to the index.d.ts file in node_modules and its working fine. BTW where is index.d.ts file in your repo. How you are creating it???