fadeToColor | Android picker is fading towords this background color. {color, 'none',} |
maximumDate | Maximum selectable date. |
minimumDate | Minimum selectable date |
minuteInterval | The interval at which minutes can be selected. | <imgsrc="docs/minute-interval-ios.png"alt="Date picker minute interval IOS"height="120px"/><imgsrc="docs/minute-interval-android.png"alt="Date picker minute interval Android"height="120px"/>
locale | The locale for the date picker. Changes language, date order and am/pm preferences. Value needs to be a <atitle="react native datepicker locale id"href="https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/BPInternational/LanguageandLocaleIDs/LanguageandLocaleIDs.html">Locale ID.</a>| <imgsrc="docs/locale-ios.png"alt="React Native Date picker locale language ios"height="120px"/><imgsrc="docs/locale-android.png"alt="React Native Date picker locale language android"height="120px"/>
textColor | Changes the text color. | <imgsrc="docs/colors-ios.png"alt="text color background color ios"height="120px"/><imgsrc="docs/colors-android.png"alt="Text color background color android"height="120px"/>
## About
📅 React Native Date Picker is a cross platform component working on both iOS and Android. It uses the slightly improved DatePickerIOS on iOS and a custom picker on Android which has similar look and feel. The datetime mode might be particulary interesting if you looking for a way to avoid two different popup pickers on android.