diff --git a/README.md b/README.md index e5e5b2f3..5b784994 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ # react-native-date-picker -A cross platform date picker component for React Native. This component uses the default DatePickerIOS on iOS and a custom picker on Android which has similar look and feel. \ No newline at end of file +A cross platform date picker component for React Native. This component uses the default DatePickerIOS on iOS and a custom picker on Android which has similar look and feel. + +## Installation + +`$ yarn add @henninghall/react-native-date-picker` + +## Usage + +```js +import Picker from '@henninghall/react-native-date-picker'; + + console.log(date)} + style={{ width: 300, height: 210 }} +/> + +```