React Native Customize Selected Date
Install
npm install react-native-customize-selected-date --save npm install react-native-vector-icons --save react-native link react-native-vector-icons
Usage:
;; { superprops thisstate = time: '' } { } { if _ return <Image source= style=stylesicLockRed /> if _ return <Image source= style=stylesicLockRed /> } { return <View style=stylescontainer> <DateTime date=thisstatetime changeDate= this format='YYYY-MM-DD' renderChildDay= this /> </View> ; } const styles = StyleSheet;
Props
Property | Type | Description |
---|---|---|
date | PropTypes.string | Default date |
changeDate | PropTypes.func | function call back after select date |
format | PropTypes.array | Format date output |
renderChildDay | PropTypes.func | return child element injected to date |
customWeekdays | PropTypes.func | Array Weekdays, default: ['Sun', 'Mon', 'Tus', 'Wes', 'Thu', 'Fri', 'Sat'] |
renderPrevYearButton | PropTypes.func | Render function for customize prev year button |
renderPrevMonthButton | PropTypes.func | Render function for customize prev month button |
renderNextYearButton | PropTypes.func | Render function for customize next year button |
renderNextMonthButton | PropTypes.func | Render function for customize next year button |
Styles
Property | Type | Description |
---|---|---|
containerStyle | PropTypes.object | Container Style |
warpRowControlMonthYear | PropTypes.object | Style for row control next or prev month, year. |
warpRowWeekdays | PropTypes.object | Warp row weekdays style |
weekdayStyle | PropTypes.object | Weekday text style |
warpDayStyle | PropTypes.object | Style for each day in month |
dateSelectedWarpDayStyle | PropTypes.object | Style for selected day in month |
textDayStyle | PropTypes.object | Style for text day in month |
currentDayStyle | PropTypes.object | Style for text current day in month |
notCurrentDayOfMonthStyle | PropTypes.object | Style for text when day is not current day in month |
License
This project is licenced under the MIT License.
Any bundled fonts are copyright to their respective authors and mostly under MIT or SIL OFL.
Pull Request
Pull requests are welcome!