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
I am displaying a calendar view as shown in the code example below:
<Calendar// overall calendar container stylestyle={styles.calendar}// calendar header style (includes the arrows, month/year and days of week)headerStyle={styles.calendarHeaderStyle}// day starts from MondayfirstDay={1}// swipe on header to change monthsenableSwipeMonths={true}// disable selection before min date and after max dateallowSelectionOutOfRange={false}renderArrow={(direction: string)=>renderCalendarArrow(direction)}// hide extra days of other months within currently visible month on calendarhideExtraDays={true}theme={{calendarBackground: 'black',todayTextColor: 'white',}}/>
However, theme properties are not working. I tried the example as listed in the documentation as well. That was also not working.
Please look into this.
The text was updated successfully, but these errors were encountered:
I am displaying a calendar view as shown in the code example below:
However, theme properties are not working. I tried the example as listed in the documentation as well. That was also not working.
Please look into this.
The text was updated successfully, but these errors were encountered: