-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
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
CalendarList is not rendering the past months and the ones after January 2019 #425
Comments
@xMaarf same issue here, did you get any solutions? |
@anoopmm Nop, nothing yet. |
@xMaarf yes same |
are you using react-navigation ? |
Yes and no, router-flux. Already tried to downgrade and everything but I get the same result. |
in my case it is working perfectly out side tab navigation (react-navigation). issue is inside tab navigation. |
@anoopmm same for me. If I use it in a component that is not defined in my router, it works fine. |
It seems like the issue is with
|
@xMaarf Can you test out the fix at #474 to see if it fixes your issue? This looks like the exact issue I saw when I created it. |
@chrismllr @tautvilas removing intialScrollIndex did not solve the problem.. still calendarList not showing date of month after january 2019 and past months. any solutions for this ? |
Any solutions for this yet? |
Other than using #474 to fix this issue (manually) - is there any update on when this will be merged to the next version? |
I use horizontal CalendarList and got the same issue. Custom style was the problem:
delete this UPD: sike. Months renders only on arrow press, but disappear on swipe :( |
Link: wix#425 (comment) Fixed past months not being loaded due to limit of initialNumToRender prop on FlatList
I had a similar issue happen to me recently in an expo project. I solved it by updating the Expo SDK to the latest versions :) |
Description
I have an
<Agenda />
and when I open CalendarList it is not rendering the past months and the ones after January 2019. I can scroll but all it shows is a blank screen.I also tried to define the
<CalendarList />
without the agenda but the behaviour is the same.Expected Behavior
To render every past month and the future ones
Agenda definition
Environment
Android/iOS
The text was updated successfully, but these errors were encountered: