react-native-deck-swiper icon indicating copy to clipboard operation
react-native-deck-swiper copied to clipboard

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

Open BJSam opened this issue 4 years ago • 0 comments

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???

BJSam avatar Jan 12 '21 10:01 BJSam