We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
update jest preset (#15)
133d6c0
* chore: small code format * chore: use default react-native preset
likern
No branches or pull requests
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
.bug.mp4
The text was updated successfully, but these errors were encountered: