From 8569fda2363f8f2482065b9de1b2402f1867befe Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Sun, 2 Sep 2018 15:32:27 +0200 Subject: [PATCH] Updated readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7c206c3..3c5ede5 100644 --- a/README.md +++ b/README.md @@ -53,17 +53,17 @@ export default class App extends Component { ``` ## Properties -Prop | Description | Screenshots ------------- | ------------- | ------------- +Prop | Description | Screenshots Android | Screenshot iOS +------------- | ------------- | ------------- | ------------- date | The currently selected date. | onDateChange | Date change handler | 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. | Date picker minute interval IOSDate picker minute interval Android -mode | The date picker mode. {'datetime', 'date', 'time'} | Datetime mode iosdatetime mode androiddate mode iosdate mode androidtime mode iostime mode android -locale | The locale for the date picker. Changes language, date order and am/pm preferences. Value needs to be a Locale ID.| React Native Date picker locale language iosReact Native Date picker locale language android -textColor | Changes the text color. | text color background color iosText color background color android +minuteInterval | The interval at which minutes can be selected. | Date picker minute interval IOS|Date picker minute interval Android +mode | The date picker mode. {'datetime', 'date', 'time'} | Datetime mode iosdate mode iostime mode ios|date mode androiddatetime mode androidtime mode android | +locale | The locale for the date picker. Changes language, date order and am/pm preferences. Value needs to be a Locale ID.| React Native Date picker locale language ios|React Native Date picker locale language android +textColor | Changes the text color. | text color background color ios|Text color background color android ## 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.