Skip to content

Conversation

@iamcxa
Copy link
Owner

@iamcxa iamcxa commented Dec 3, 2019

No description provided.

lfkwtz and others added 30 commits June 20, 2018 22:05
If you wan't to whitelist specific dates you can use the "disabledByDefault" prop to disable all dates and then explicitly add disabled: false to the dates that should be enabled. I found this to be very useful.

<Calendar
  markedDates={{  'YYYY-MM-DD': { disabled: false }}
  disableByDefault={false}
/>
…eat/Expandable_week_scroll

# Conflicts:
#	src/expandableCalendar/agendaList.js
…eat/Expandable_week_scroll

# Conflicts:
#	src/expandableCalendar/commons.js
…eat/Expandable_week_scroll

# Conflicts:
#	pom.xml
ethanshar and others added 30 commits January 16, 2020 16:13
Allow passing keyExtractor function to AgendaList; Updating changelog
…nHeadersEnabled

Support override stickySectionHeadersEnabled
fix selectedDayTextColor not working
DRY in agenaHeight, reuse initialScrollPadPosition
Fix displayLoadingIndicator when no others props changes.
Same typo in Calendar index
UPD Agenda scrollEventThrottle from 1 to 16
Re-render the header when the renderArrow function changes
Add onEndReached and OnEndReachedThreshold to Flatlist props
…prop-to-calendar-list

Adds a `keyExtractor` prop to CalendarList
Add disabledByDefault props to docs
Added options to use 'onVisibleMonthsChange' directly from <Agenda />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.