Agenda component don't work with markingType period ?
See original GitHub issueI use an Agenda component for displaying my event. Some of them have more than one day duration that i wanted to display with the period functionnality like this :
Is this feature available with the Agenda component ? I’ve try adding this props to agenda without success :
markingType={'period'}
markedDates={{
'2022-08-20': {textColor: 'green'},
'2022-08-22': {startingDay: true, color: 'green'},
'2022-08-23': {endingDay: true,color: 'green'},
}}
nothing display on the agenda :
Issue Analytics
- State:
- Created a year ago
- Comments:7
Top Results From Across the Web
Calendar marking react-native-calendars - Stack Overflow
I'm using the library react-native-calendars (https://github.com/wix/react-native-calendars) and their boilerplate code. Currently when I click ...
Read more >Agenda : "shouldComponentUpdate" is not working properly ...
Hi, When the name of an item for a day has changed (other than the first), the reservation component does not trigger the...
Read more >https://cdn.jsdelivr.net/npm/@types/react-native-c...
CalendarThemeIdStyle; "stylesheet.agenda.main"?: ... MultiPeriodMarking }; } export interface PeriodMarkingProps { markingType: 'period'; markedDates: ...
Read more >Create customized and shareable calendars in React Native
Using the Agenda component for advanced use cases; How to place calendar ... <Calendar initialDate="2022-12-01" markingType="period" ...
Read more >@umairabbasi/react-native-calendars-custom - npm
React Native Calendar Components. ... Multi-period marking ... While we still don't support multi marking type, we add the possibility to ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Can confirm that downgrading from1.1287.0 to 1.1285.0 fixes the issue with dots on the agenda (at least in our use case)
Are there any plans to fix this ? Agenda styles are still broken.