@upacyxou/react-native-month
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

React Native Month 📆

BuildStatus NPM version npm CodeFactor Codacy Badge

Installation

npm install react-native-month --save

Using yarn

yarn add react-native-month

Usage

API

Prop Description Required? Default Type
onPress Callback called when a day is pressed. yes Function
minDate Minimum date that can be selected. no null Date
maxDate Maximum date that can be selected. no null Date
startDate Selected start date no null Date
endDate Selected end date requires startDate null Date
theme Calendar StyleSheet no null Object
locale Calendar language es, en, fr, br 'en' LocaleType
showWeekdays Show Week columns no true boolean
firstDayMonday Monday as first day of the week no false boolean
monthHeight Change Month row height no 370 number
disabledDays Disabled days no null {[string]: any }
renderDayContent Render custom Day content no null Function
disableOffsetDays Remove offset Days. no false boolean

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @upacyxou/react-native-month

Weekly Downloads

0

Version

1.3.2

License

MIT

Unpacked Size

35.6 kB

Total Files

24

Last publish

Collaborators

  • upacyxou