@ -19,7 +19,7 @@ This is a React Native Date Picker with following main features:
<tdalign="center"><b>Android</b></td>
<tdalign="center"><b>Android</b></td>
</tr>
</tr>
<tr>
<tr>
<td><imgsrc="https://facebook.github.io/react-native/docs/assets/DatePickerIOS/maximumDate.gif"alt="React Native Date Picker IOS"height="150px"/>
<td><imgsrc="docs/react-native-date-picker.gif"alt="React Native Date Picker"title="React Native Date Picker"height="150px"/>
</td>
</td>
<td><imgsrc="docs/react-native-date-picker-android.gif"alt="React Native Date Picker Android"height="150px"style="margin-left:10px"/>
<td><imgsrc="docs/react-native-date-picker-android.gif"alt="React Native Date Picker Android"height="150px"style="margin-left:10px"/>
</td>
</td>
@ -69,7 +69,7 @@ mode | The date picker mode. {'datetime', 'date', 'time'} |
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"/>
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"/>
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"/>
timeZoneOffsetInMinutes | Timezone offset in minutes (default: device's timezone)
timeZoneOffsetInMinutes | Timezone offset in minutes (default: device's timezone)
|
## About
## 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.
📅 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.