A simple agenda component copied straight from the example is slightly buggy on both emulator and mobile device. The agenda is fully function, and only has a small but annoying visual bug.
A small part of the calendar dates have been cut off as seen in the demo
Agenda renders just as in the giffys/as it does for everyone else
Dates cut from the bottom
Please run these commands in the project folder and fill in their results:
npm ls react-native-calendars: -- [email protected]npm ls react-native: `-- [email protected]Also specify:


This question has already been resolved several times. Enter the calendar module-reactive-native ...
src / agenda / index.js ... then search for calendarOffset () ...
--retorno 90 - (este.vistaHeight / 2);
++ return 96 - (this.viewHeight / 2);
Thank you so much! I tried to find other posts but couldn't find. Thanks again!
Look a old PR to fix it #615
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
This question has already been resolved several times. Enter the calendar module-reactive-native ...
src / agenda / index.js ... then search for calendarOffset () ...
--retorno 90 - (este.vistaHeight / 2);
++ return 96 - (this.viewHeight / 2);