Setting weekday label visibility individually
The showWeekdayLabels
prop not only takes a boolean but also a a list of ISO 8601 weekday for finer control which weekdays to show now: Story.
<ActivityCalendar data={data} showWeekdayLabels={['mon', 'fri']} />