maggialejandro/react-native-calendario

Types are not match to documentation

indapublic opened this issue · 0 comments

Types

/**
* Change Month row height
*
* @type {number}
* @memberof CalendarProps
*/
monthHeight: number;

/**
* Number of months to render
*
* @type {number}
* @memberof CalendarProps
*/
numberOfMonths: number;

According to documentation, those properties are not required