React-native-calendars: Agenda Calendar View Collapsed Bottom cut-off

Created on 11 Jun 2019  路  4Comments  路  Source: wix/react-native-calendars

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.

Description

A small part of the calendar dates have been cut off as seen in the demo

Expected Behavior

Agenda renders just as in the giffys/as it does for everyone else

Observed Behavior

Dates cut from the bottom

Environment

Please run these commands in the project folder and fill in their results:

Also specify:

  1. Phone/emulator/simulator & version: API 28 Pixel 2, Oneplus 3T Android 9.0

Reproducible Demo

image

image

stale

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);

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ramdhanymf picture ramdhanymf  路  4Comments

sommeshEwall picture sommeshEwall  路  3Comments

akhilsanker picture akhilsanker  路  4Comments

kewin1807 picture kewin1807  路  4Comments

sonnguyenit picture sonnguyenit  路  3Comments