1.0.1 ⢠Published 2 years ago
react-native-month-calendar v1.0.1
react-native-month-calendar
You can use multiple props
ā Simple to use React Native library to get Month and Year for Android and iOS.
Install
Install dependency package
Android install
npm i react-native-month-calendarIOS install
pod installUsage
Import the library:
import CustomCalendar from 'react-native-month-calendar'; <CustomCalendar
buttonText={'Submit'}
buttonTextColor={'#ffffff'}
selectedMonthColor={'#1C55A9'}
monthYearColor={"#1C55A9"}
getData={(item) => console.log(item)}
/>Properties:
widthheightmonthWidthmonthHeightbackgroundColorbuttonHeightbuttonWidthbuttonTextbuttonTextColormonthYearColormonthBorderColordotColorleftIconColorrightIconColorselectedMonthColorgetData={()=>{}}