DatePicker
: Add new propertiesselectedTextStyle
andunselectedTextStyle
for more custom settings.
DatePicker
: Fix warnings if settings othertype
likeYYYY-MM
.
CalendarList
:
- Fix an issue where the day or date will be shown ahead of the actual day or date when the timezone is set to negative timezone.
- Optimizing the performance of list rendering.
onPressDate
always responds to a callback as soon as the date is clicked.defaultDates
is supported.
- Optimizition:
defaultDate
can be changed dynamically.
- Add onValueChange function for date picker
- Fix: remove "onViewableItemsChanged" method because it will cause crash on Android release
- Update: optimization
- Fix rendering for selected row on Android and improve performance for DatePicker
- Update: optimize initial load and improve performance for DatePicker
- Update README.md
- Optimize business logic
- Fix List linkage causing imprecise selected row
- Fix bug: not change text color for the selected row sometimes
- Fix bug: offsetY<0 when scrolling to top on Android
- Update README.md
- Fix backgroundColor parameter setting
- Delete test component in DatePicker
- Date Picker is supported
- Add minDate and maxDate Date type support
- Update README.md
- Initial version, add CalendarList