Open likern opened 3 years ago
In development branch year interpolation looks like not correct in some situations.
<Calendar style={styles.calendar} ref={calendarRef} selectionMode="singleDay" scrollMode="anyOffset" scrollModeDeceleration="normal" monthsBefore={0} monthsAfter={10} renderFallbackMonth={renderFallbackMonth} onDaySelectionChange={onDaySelectionChange} />
For March, 2021 - January, 2022 on last month year header should be changed from 2021 to 2022.
March, 2021 - January, 2022
2021
2022
https://user-images.githubusercontent.com/842306/109648723-04137300-7b6c-11eb-9634-cc397e9aadeb.mp4
In development branch year interpolation looks like not correct in some situations.
For
March, 2021 - January, 2022
on last month year header should be changed from2021
to2022
.https://user-images.githubusercontent.com/842306/109648723-04137300-7b6c-11eb-9634-cc397e9aadeb.mp4