Please make our job easier by filling this template out to completion. If you're requesting a feature instead of reporting a bug, please feel free to skip the Environment and Reproducible Demo sections.
CalendarList is not rendering until I try to scroll on the parent element.
Everything should be rendered without me needing to scroll first.
Container is empty, nothing is rendered.
Please run these commands in the project folder and fill in their results:
npm ls react-native-calendars: 1.212.0npm ls react-native: 0.59.5Also specify:
Please provide a minimized reproducible demonstration of the problem you're reporting.
Issues that come with minimal repro's are resolved much more quickly than issues where a maintainer has to reproduce themselves.
Same issue for me
Same
+1
add removeClippedSubviews={false} to CalendarList props solved it for me ✅
<CalendarList
removeClippedSubviews={false}
... props
/>
Should be fixed by #1244
Most helpful comment
add
removeClippedSubviews={false}to CalendarList props solved it for me ✅