From c880949bf8e9268471ebf9e3e8e47ad97399eee1 Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Tue, 26 Jun 2018 22:20:28 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e2dc34d..ec4c0c5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # React Native Date Picker -📅 A date picker component for React Native working on iOS and Android. It uses the default DatePickerIOS on iOS and a custom picker on Android which has similar look and feel. +📅 React Native Date Picker is a cross platform component working on both iOS and Android. It uses the default 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. ## Installation @@ -57,7 +57,7 @@ export default class App extends Component { ``` ## Goal -The goal is to make a cross platform variant of [DatePickerIOS](https://facebook.github.io/react-native/docs/datepickerios.html) by implementing a Android variant with similar look and feel. +The goal with React Native Date Picker is to make a cross platform variant of [DatePickerIOS](https://facebook.github.io/react-native/docs/datepickerios.html) by implementing a Android variant with similar look and feel. ![react native date picker](https://facebook.github.io/react-native/docs/assets/DatePickerIOS/maximumDate.gif) @@ -76,10 +76,9 @@ The goal is to make a cross platform variant of [DatePickerIOS](https://facebook - [ ] Colored background support. - [ ] Align text to right. - \ No newline at end of file +-->