BJSam

Results 9 issues of BJSam

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

add a got to function which takes card number and animation direction. so, when we call that card all cards will be swiped to that index.

added type to initialIndex if not added showing error in typescript

i want to get dy dx values or vx vy values when card is started to swipe

I have managed to animate screen in react native when bottom nav changes route. Here what I am doing I am using [react-native-animatable](https://github.com/oblador/react-native-animatable) import * as Animatable from 'react-native-animatable'; ```...

onSwiping gives x,y values but when horizontalSwipe or verticalSwipe is false x or y value will be zero. So, to get swipe direction when horizontalSwipe or verticalSwipe is false I...

how to pass Swiper ref to component in renderCard i tried but getting undefined

Hi, added option to fill empty days #44 https://user-images.githubusercontent.com/20676057/210434345-fb3efa7c-c634-4128-b220-9a31b4b72cb8.mp4

Added functionality to navigate between months. https://user-images.githubusercontent.com/20676057/208251267-d916b99c-f455-4ebc-9ba5-6acebbf052de.mp4