diff --git a/zh-cn/react-native-calendars.md b/zh-cn/react-native-calendars.md index b9c66f19aeeb24bc7d2d5df05d2db855c6dd8e74..8f258f6abdc041a74ef21d53376e36d4a3ee0db0 100644 --- a/zh-cn/react-native-calendars.md +++ b/zh-cn/react-native-calendars.md @@ -175,6 +175,8 @@ export default MySvgComponent; | disableAllTouchEventsForDisabledDays | Whether to disable all touch events for disabled days (can be override with 'disableTouchEvent' in 'markedDates') | boolean | no | All | yes | | disableAllTouchEventsForInactiveDays | Whether to disable all touch events for inactive days (can be override with 'disableTouchEvent' in 'markedDates') | boolean | no | All | yes | | dayComponent | Replace default day with custom day rendering component element | JSX.Element | no | All | yes | +| customHeaderTitle | Replace default title with custom element | JSX.Element | no | All | yes | +| customHeader | Allow rendering a totally custom header | any | no | All | yes | | onDayPress | Handler which gets executed on day press | function | no | All | yes | | onDayLongPress | Handler which gets executed on day long press | function | no | All | yes | | onMonthChange | Handler which gets executed when month changes in calendar | function | no | All | yes | @@ -184,6 +186,7 @@ export default MySvgComponent; | renderArrow | Replace default arrows with custom ones (direction: 'left','right') | function | no | All | yes | | renderHeader | Replace default title with custom one | function | no | All | yes | + ### CalendarList | Name | Description | Type | Required | Platform | HarmonyOS Support |