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
Try to select another day for the first time when the calendar loads or swipe but it moves to the first day
i checked it not happening when i pass numberOfDays more than 1
Try to select another day for the first time when the calendar loads or swipe but it moves to the first day
i checked it not happening when i pass numberOfDays more than 1
MicrosoftTeams-video.2.1.mp4
version : 2.2.1
expo:52.0.11
react-native:0.76.3
<CalendarContainer
ref={calendarRef}
events={events}
numberOfDays={1}
theme={theme}
useHaptic={true}
useAllDayEvent={true}
allowDragToCreate={true}
allowDragToEdit={true}
allowPinchToZoom={true}
defaultDuration={30}
spaceFromTop={10}
spaceFromBottom={6}
minDate={new Date()}
maxDate={moment().add(11, 'day').format('YYYY-MM-DD')}
onDateChanged={onDateChanged}
onDragEventStart={hapticEffect}
initialTimeIntervalHeight={120}
dragStep={30}
onDragCreateEventStart={onDragCreateEventStart}
onDragEventEnd={onDragEventEnd}
onDragSelectedEventStart={onDragCreateEventStart}
onDragSelectedEventEnd={onDragSelectedEventEnd}
selectedEvent={selectedEvent}
onPressBackground={onPressBackground}
unavailableHours={unavailableHours}
onDragCreateEventEnd={handleDragCreateEnd}
onPressEvent={onPressEvent}
onLongPressEvent={onLongPressEvent}
>
<CalendarHeader
dayBarHeight={0}
headerBottomHeight={0}
renderHeaderItem={() => null}
eventInitialMinutes={1}
collapsedItems={1}
/>
<CalendarBody
renderEvent={(event) =>
RenderEvent(event, onPressEdit)
}
/>
The text was updated successfully, but these errors were encountered: