From 98756114e19106e7008797cb3c438cf3d643fbf5 Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Sat, 25 Aug 2018 01:42:45 +0200 Subject: [PATCH] Updated readme. Cleanup. --- README.md | 7 +++++-- ios/DatePickerX/DatePicker.m | 17 ----------------- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index ec4c0c5..ae0b946 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ export default class App extends Component { minuteInterval={5} minimumDate={today} maximumDate={tomorrow} + textColor={'#ffffff'} + fadeToColor={'#000000'} /> } @@ -63,7 +65,7 @@ The goal with React Native Date Picker is to make a cross platform variant of [D -## TODO +## Roadmap - [x] Mode: datetime - [x] Locale support. (AM/PM, 12h/24h toggled and strings translated) - [x] Replace todays date with the string "Today" (considering locale) @@ -72,8 +74,9 @@ The goal with React Native Date Picker is to make a cross platform variant of [D - [x] Support maximumDate/minimumDate. - [x] Minute interval prop. - [x] Mode: time +- [x] Colored background support. +- [x] Colored text support. - [ ] Mode: date -- [ ] Colored background support. - [ ] Align text to right.