From 98e922910628bcf9207a519375bc0636f5a0c9de Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Thu, 19 Apr 2018 22:41:09 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7806ca6..422719b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A date picker component for React Native working on iOS and Android. It uses the ## Installation -`yarn add @henninghall/react-native-date-picker` +`yarn add react-native-date-picker-x` `react-native link ` @@ -16,7 +16,7 @@ A date picker component for React Native working on iOS and Android. It uses the import React, { Component } from 'react'; import { View, StyleSheet} from 'react-native'; -import DatePicker from '@henninghall/react-native-date-picker'; +import DatePicker from 'react-native-date-picker-x'; export default class App extends Component {