Browse Source

Renamed package

master
Henning Hall 7 years ago
parent
commit
54c1e3d287
5 changed files with 9 additions and 9 deletions
  1. +2
    -2
      README.md
  2. +1
    -1
      example/App.js
  3. +1
    -1
      example/package.json
  4. +4
    -4
      example/yarn.lock
  5. +1
    -1
      package.json

+ 2
- 2
README.md View File

@ -5,7 +5,7 @@ A date picker component for React Native working on iOS and Android. It uses the
## Installation ## Installation
`yarn add @henninghall/react-native-date-picker`
`yarn add react-native-date-picker-x`
`react-native link ` `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 React, { Component } from 'react';
import { View, StyleSheet} from 'react-native'; 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 { export default class App extends Component {

+ 1
- 1
example/App.js View File

@ -1,7 +1,7 @@
import React, { Component } from 'react'; import React, { Component } from 'react';
import { View, StyleSheet} from 'react-native'; 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 { export default class App extends Component {

+ 1
- 1
example/package.json View File

@ -7,7 +7,7 @@
"test": "jest" "test": "jest"
}, },
"dependencies": { "dependencies": {
"react-native-date-picker": "^1.0.0",
"react-native-date-picker-x": "^1.0.2",
"moment": "^2.22.1", "moment": "^2.22.1",
"react": "16.3.1", "react": "16.3.1",
"react-native": "0.55.2", "react-native": "0.55.2",

+ 4
- 4
example/yarn.lock View File

@ -421,10 +421,6 @@
lodash "^4.2.0" lodash "^4.2.0"
to-fast-properties "^2.0.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: abab@^1.0.4:
version "1.0.4" version "1.0.4"
resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.4.tgz#5faad9c2c07f60dd76770f71cf025b62a63cfd4e" 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" version "16.3.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.3.1.tgz#ee66e6d8283224a83b3030e110056798488359ba" 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: react-native-device-info@^0.21.5:
version "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" resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-0.21.5.tgz#99478a2d68182e012297f2d63f2bd1b788106dee"

+ 1
- 1
package.json View File

@ -1,5 +1,5 @@
{ {
"name": "@henninghall/react-native-date-picker",
"name": "react-native-date-picker-x",
"version": "1.0.2", "version": "1.0.2",
"description": "A Cross Platform React Native Picker", "description": "A Cross Platform React Native Picker",
"main": "index.js", "main": "index.js",

Loading…
Cancel
Save