react-native-big-calendar
react-native-big-calendar copied to clipboard
Issue with month mode date calculation and onChangeDate
When mode is month and the days are calculated the last day of the month is always left out. This ends up onChangeDate returning the second last date always. See images:
getDatesInMonth leaves the last day out:
onChangeDate returns the second last day:
Sorry for my slow response. I'm busy for now and cannot work for this. If you create a pull request, I'm happy to merge it. Thanks!
Hey @acro5piano Seems this bug is not fixed yet. May I create PR for this?
@charithAmila Thanks, please go ahead!
Hey @acro5piano PR is ready for review. https://github.com/acro5piano/react-native-big-calendar/pull/937
Fixed on v4.4.1