React-native-calendars: how can i hide month title ?

Created on 20 Mar 2019  路  2Comments  路  Source: wix/react-native-calendars

the only one i see ,so how to hide the title ?

// Month format in calendar title. Formatting values: http://arshaw.com/xdate/#Formatting
monthFormat={'yyyy MM'}

Most helpful comment

This works for me in the theme prop:

{
  "stylesheet.calendar.header": {
    header: {
      height: 0,
      opacity: 0
    }
  }
}

All 2 comments

This works for me in the theme prop:

{
  "stylesheet.calendar.header": {
    header: {
      height: 0,
      opacity: 0
    }
  }
}

This works for me in the theme prop:

{
  "stylesheet.calendar.header": {
    header: {
      height: 0,
      opacity: 0
    }
  }
}

thanks,it鈥榮 a good way

Was this page helpful?
0 / 5 - 0 ratings

Related issues

moiiiiit picture moiiiiit  路  4Comments

Yandamuri picture Yandamuri  路  4Comments

akhilsanker picture akhilsanker  路  4Comments

idlework picture idlework  路  4Comments

ercpereda picture ercpereda  路  4Comments