question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Agenda component don't work with markingType period ?

See original GitHub issue

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 : image

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 : image

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
contactsimonwilsoncommented, Aug 10, 2022

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)

0reactions
Saikedocommented, Dec 5, 2022

Are there any plans to fix this ? Agenda styles are still broken.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found