rghorbani / react-native-general-calendars

React Native Calendar Components 📆

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

next & previous month issue

ghorbani-m opened this issue · comments

Dear Reza
When I have configured type="jalaali" in the calendar component, In some situations, next month stop working.
I have traced code and found below expression in updateMonth method cause unwanted response:
if (day.format('YYYY MM') === this.state.currentMonth.format('YYYY MM')) { return; }
when I removed above code in updateMonth my problem was solved.
Could you say what is this code for?

Hi
I fixed the issue in my fork and sent pull request.