diff --git a/README.md b/README.md index 4855b1b..56f2d42 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This is a React Native Date Picker with following main features: - Android + Android
Choose from 2 different variants React Native Date Picker Android @@ -27,7 +27,7 @@ This is a React Native Date Picker with following main features: - Choose from 2 different variants + androidVariant="iosClone"androidVariant="nativeAndroid" @@ -68,6 +68,7 @@ export default () => { | fadeToColor | Android picker is fading towards this background color. {color, 'none'} | | maximumDate | Maximum selectable date. | | minimumDate | Minimum selectable date | +| androidVariant | Choose from 2 android style variants. | | Datepicker ios clone variantDatepicker android native variant | | 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'} | React native date time pickerReact native datepickerReact native time picker | react native date time picker androidreact native datepicker androidreact native time picker 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 |