BugiDev / BugiDev/react-native-calendar-strip
Let us pass numDaysScroll as a prop, to avoid certain scrolling bugs.
Open
- Dominant language
- JavaScript
- Stars
- 976
- Forks
- 336
- PR merge metrics
- No merged PRs in 30d
Description
Because of the RecyclerListView that the scroller uses, there are certain restrictions. For example, if I programatically set the selected date to a date outside the current recycle index, the calendar won't scroll to that date.
The number of days in the recycle index is set in calendarStrip.js: this.numDaysScroll = 366;
Can we have the option to set this via a prop instead of it being hard coded, as a way to work around the bugs?
Contributor guide
Assessment
This issue has not been assessed yet.