diff --git a/.npmignore b/.npmignore index 0f21e6f..15aecaa 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,4 @@ demo -doc +docs example .gitignore diff --git a/README.md b/README.md index ae6a6d0..6185a56 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,28 @@ -# React Native Date Picker +# React Native Date Picker    ![npm package](https://badge.fury.io/js/react-native-date-picker-x.svg) React Native Date Picker IOS -📅 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. + + +📱  Supporting iOS and Android
+🌍  Multiple languages
+🎨  Customizable
+ +
+
iOS
Android
+React Native Date Picker IOS +React Native Date Picker Android +
## Installation +`npm install react-native-date-picker-x ` +
+or
`yarn add react-native-date-picker-x` - +
+
`react-native link ` @@ -58,11 +74,9 @@ export default class App extends Component { ``` -## Goal -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) +## 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. ## Roadmap diff --git a/docs/react-native-date-picker-android.gif b/docs/react-native-date-picker-android.gif new file mode 100644 index 0000000..9da6f63 Binary files /dev/null and b/docs/react-native-date-picker-android.gif differ