
when entering the agenda it is normal, enter the details of an item and then go back and the days in the calendar are no longer displayed well
Hi @Jeison12 ,
Try this one:
theme={{
'stylesheet.calendar.header': {
monthText: {
marginTop: 5,
fontWeight: '200',
}
}
}}
You need to less some margin on the header (in case you've modified it).
Also, this happens on Android and not on iOS for me. Not able to understand the cause of the issue. It appears the calendar list is by default open and it later closed to just show current week in doing so its miscalculating. Also when you initially land the selected date circle is little cut on the bottom as it leaves space on top.
@kailashvele same for me
Happening on iOS for me.
Same for me, It happens after reload screen because need to update render item
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.
Most helpful comment
Also, this happens on Android and not on iOS for me. Not able to understand the cause of the issue. It appears the calendar list is by default open and it later closed to just show current week in doing so its miscalculating. Also when you initially land the selected date circle is little cut on the bottom as it leaves space on top.