From a3b5841b545a238dd45d310104e1dced13359080 Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Thu, 30 Aug 2018 22:19:04 +0200 Subject: [PATCH] Updated README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ae0b946..ae6a6d0 100644 --- a/README.md +++ b/README.md @@ -67,21 +67,22 @@ The goal with React Native Date Picker is to make a cross platform variant of [D ## Roadmap - [x] Mode: datetime +- [x] Mode: date +- [x] Mode: time - [x] Locale support. (AM/PM, 12h/24h toggled and strings translated) - [x] Replace todays date with the string "Today" (considering locale) - [x] Animate to date when state change occur. - [x] Switch between AM/PM when scrolling between forenoon and afternoon. - [x] Support maximumDate/minimumDate. - [x] Minute interval prop. -- [x] Mode: time - [x] Colored background support. - [x] Colored text support. -- [ ] Mode: date -- [ ] Align text to right. +