acro5piano / react-native-big-calendar

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

A feature request for the calender body renderer #1072

Closed muneeb-250 closed 1 month ago

muneeb-250 commented 1 month ago

Hi, I want to implement a functionality using this calendar such that on the week mode, I want the Calendar body to render only the selected day column from the week, not the whole week columns. Is there any workaround to do it in the current version?

acro5piano commented 1 month ago

Hi, it's possible by using custom mode. Please take a look at the storybook and corresponding source code.

https://react-native-big-calendar.vercel.app/?path=/story/showcase-desktop--custom-week-length

Thank you.