Open farm16 opened 1 year ago
I have the same issue, any update from this?
same.. also sometimes when you use calendarRef.current?.scrollToDay the page/month changes but all the days are blank...
+1
+1
+1
same issue, any update?
+1
same issue +1
react-native-calendars 1.1301.0
any update?
I have same issue
same issue here too...
Is there any idea of when it will be solved?
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.
+1
+1
+1
+1
+1
This issue disappeared for me when I removed the enableSwipeMonths prop.
Description
When using FlatLists in react-native-calendars, the handling of these lists appears to be incorrect, leading to unexpected behavior.
Expected Behavior
The calendar should provide a seamless transition between months and weeks without any noticeable UI delays.
Observed Behavior
Initially, I suspected that the issue might be related to the data I was passing to the AgendaList component. However, even after using a small dummy dataset, I encountered the following error message along with multiple UI delays.
Environment
└─ react-native-calendars@1.1299.0
└─ react-native@0.71.10
system:
Reproducible Demo
To reproduce the issue, follow these steps:
Screenshots