You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the date day is 31 (for example 2021-05-31), if you click on the arrow right in order to swipe to next month, it's going to skip every month having less than 31 days.
Expected Behavior
Being the 2021-05-31 and clicking on the arrow right, I want to see the next month, being June.
Observed Behavior
Being the 2021-05-31 and clicking on the arrow right, it is showing me July.
Environment
Please run these commands in the project folder and fill in their results:
Phone/emulator/simulator & version: I made this test on a Samsung Galaxy A70 with the new Android 11.
Reproducible Demo
I can't show a demo because this is for profesional purpose... I found a quick fix for now, by changing some lines in the node_modules/react-native-calendars/src/calendar-list/item.js by just cloning the month, adding one to it and scrolling to it.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
When the date day is 31 (for example 2021-05-31), if you click on the arrow right in order to swipe to next month, it's going to skip every month having less than 31 days.
Expected Behavior
Being the 2021-05-31 and clicking on the arrow right, I want to see the next month, being June.
Observed Behavior
Being the 2021-05-31 and clicking on the arrow right, it is showing me July.
Environment
Please run these commands in the project folder and fill in their results:
npm ls react-native-calendars
:npm ls react-native
:Also specify:
Reproducible Demo
I can't show a demo because this is for profesional purpose... I found a quick fix for now, by changing some lines in the node_modules/react-native-calendars/src/calendar-list/item.js by just cloning the month, adding one to it and scrolling to it.
The text was updated successfully, but these errors were encountered: