So this is an example event I have and I would like for it to span multiple days in the AgendaList component but I have absolutely no idea what I should do to do so?
Expected Behavior
I passed my events to the AgendaList section like this:
[
...,
{
isAllDay: false,
start_time: new Date(),
end_time: new Date(),
title: 'Example',
location: 'test location',
}
]
but that results in the multiday event being displayed on only one date.
Observed Behavior
What actually happened when you performed the above actions?
If there's an error message, please paste the full terminal output and error message in this code block:
Error text goes here!
Environment
npm ls react-native-calendars:
react-native-calendars@1.1264.0
Description
So this is an example event I have and I would like for it to span multiple days in the
AgendaList
component but I have absolutely no idea what I should do to do so?Expected Behavior
I passed my events to the
AgendaList
section like this:but that results in the multiday event being displayed on only one date.
Observed Behavior
What actually happened when you performed the above actions?
If there's an error message, please paste the full terminal output and error message in this code block:
Environment
npm ls react-native-calendars
: react-native-calendars@1.1264.0npm ls react-native
:Also specify:
Reproducible Demo
N/A
Screenshots
Included in post already