acro5piano / react-native-big-calendar

gcal/outlook like calendar component for React Native
https://react-native-big-calendar.vercel.app
MIT License
422 stars 138 forks source link

feat: add prop to add an OnSwipe Handler #991

Closed Lespoir closed 7 months ago

Lespoir commented 7 months ago

Context

In some cases, the host app wants to do things when swiping (changing dates), for example, loading new data. This PR exposes a prop to allow host apps to pass an onSwipe handler.

Storybook

I added a story showing the behaviour

vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-native-big-calendar ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 6, 2023 4:12pm
Lespoir commented 7 months ago

@acro5piano could you please take a look

acro5piano commented 7 months ago

@Lespoir Thank you for your PR! @anton-patrushev Thank you for improving the code! @juribee Thanks!