React-native-calendars: Remove month name and year from the top of calendar

Created on 30 Nov 2017  路  2Comments  路  Source: wix/react-native-calendars

Hi,
Is there any way to remove month name and year from the top calendar.
screen shot 2017-12-01 at 2 40 29 am
How to remove December 2017 from calendar?

Most helpful comment

Hi, I found a workaround on this. You can override style for mohtText according to the documentation. Just add this inside the theme props.
'stylesheet.calendar.header': { header: { height: 0 } }

All 2 comments

Hi, currently no.

Hi, I found a workaround on this. You can override style for mohtText according to the documentation. Just add this inside the theme props.
'stylesheet.calendar.header': { header: { height: 0 } }

Was this page helpful?
0 / 5 - 0 ratings

Related issues

filippoitaliano picture filippoitaliano  路  3Comments

microwin168 picture microwin168  路  4Comments

moiiiiit picture moiiiiit  路  4Comments

akhilsanker picture akhilsanker  路  4Comments

MrAlekhin picture MrAlekhin  路  4Comments