react-native-calendars
react-native-calendars copied to clipboard
Agenda component don't work with markingType period ?
I 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 :
After updating to the latest version (1.1286.0) markingType does not work anymore on Agenda. It worked perfectly with "multi-dot" before this version. Any clue?
I updated to 1.1287.0, and still have the same issue.
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)
+1
The same issue on 1.1288, Is there any solution for this bug?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Are there any plans to fix this ? Agenda styles are still broken.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Are this Problem still not fixed?