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 { diff --git a/example/App.js b/example/App.js index a95867f..264f0d3 100644 --- a/example/App.js +++ b/example/App.js @@ -1,7 +1,7 @@ import React, { Component } from 'react'; import { View, StyleSheet} from 'react-native'; -import DatePicker from 'react-native-date-picker'; +import DatePicker from 'react-native-date-picker-x'; export default class App extends Component { diff --git a/example/package.json b/example/package.json index e297e59..a30745c 100644 --- a/example/package.json +++ b/example/package.json @@ -7,7 +7,7 @@ "test": "jest" }, "dependencies": { - "react-native-date-picker": "^1.0.0", + "react-native-date-picker-x": "^1.0.2", "moment": "^2.22.1", "react": "16.3.1", "react-native": "0.55.2", diff --git a/example/yarn.lock b/example/yarn.lock index b41c2af..515a2da 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -421,10 +421,6 @@ lodash "^4.2.0" to-fast-properties "^2.0.0" -"@henninghall/react-native-date-picker@^1.0.0": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@henninghall/react-native-date-picker/-/react-native-date-picker-1.0.2.tgz#a90050aa3daac19c1f280cfb86bcbd95be8fef46" - abab@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.4.tgz#5faad9c2c07f60dd76770f71cf025b62a63cfd4e" @@ -4297,6 +4293,10 @@ react-is@^16.3.1: version "16.3.1" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.3.1.tgz#ee66e6d8283224a83b3030e110056798488359ba" +react-native-date-picker-x@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/react-native-date-picker-x/-/react-native-date-picker-x-1.0.2.tgz#1fd82670a663d8ac4d12d1697991cef34fdc3ddb" + react-native-device-info@^0.21.5: version "0.21.5" resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-0.21.5.tgz#99478a2d68182e012297f2d63f2bd1b788106dee" diff --git a/package.json b/package.json index e625523..71bf9cf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@henninghall/react-native-date-picker", + "name": "react-native-date-picker-x", "version": "1.0.2", "description": "A Cross Platform React Native Picker", "main": "index.js",