You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI,
when I set timeInterval= 15 or 30 or 45 onpressBackground returned the wrong time always.
If I add the start={8} and end={14} prop also it's get wrong time always
HI,
when I set timeInterval= 15 or 30 or 45 onpressBackground returned the wrong time always.
If I add the start={8} and end={14} prop also it's get wrong time always
<TimelineCalendar
start={8}
end={16}
hourFormat="h:mm a"
firstDay={1}
allowPinchToZoom
viewMode={mode }
events={events}
scrollToNow={false}
showNowIndicator={false}
onPressEvent={pressEvent}
onPressBackground={onPressBackground}
timeInterval={15}
/>
If you fixed this issue soon, very helpful for me
The text was updated successfully, but these errors were encountered: