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

Month view how to show the month name? #975

Open MAYILERUMPERUMAL opened 8 months ago

MAYILERUMPERUMAL commented 8 months ago

Month view how to show the month name? @acro5piano

in renderHeaderMonthView response is {"dayHeaderHighlightColor": "", "dayHeaderStyle": {}, "headerContentStyle": {}, "locale": "en", "showAllDayEventCell": true, "style": {}, "weekDayHeaderHighlightColor": "", "weekStartsOn": 0}

so how to display the month name in screen

HamzaaNaseer commented 7 months ago

the library does not have this feature built in. i was also looking for this. But don't worry you can easily implement the logic on your own. look at the below links

https://github.com/acro5piano/react-native-big-calendar/blob/main/stories/full-customization.stories.tsx#L76-L78