Browse Source

New npm package name: react-native-date-picker

master
Henning Hall 7 years ago
parent
commit
61459a4425
2 changed files with 6 additions and 6 deletions
  1. +5
    -5
      README.md
  2. +1
    -1
      package.json

+ 5
- 5
README.md View File

@ -1,5 +1,5 @@
# React Native Date Picker [![npm version](https://badge.fury.io/js/react-native-date-picker-x.svg)](https://badge.fury.io/js/react-native-date-picker-x)<img align="right" width="40" height="40" src="https://camo.githubusercontent.com/9dfa7191b95dd9f03a9b2171fe2d8ae2f9c42fdc/68747470733a2f2f7777772e69636f6e7364622e636f6d2f69636f6e732f707265766965772f736f796c656e742d7265642f6e65772d62616467652d78786c2e706e67">
# React Native Date Picker [![npm version](https://badge.fury.io/js/react-native-date-picker.svg)](https://badge.fury.io/js/react-native-date-picker)<img align="right" width="40" height="40" src="https://camo.githubusercontent.com/9dfa7191b95dd9f03a9b2171fe2d8ae2f9c42fdc/68747470733a2f2f7777772e69636f6e7364622e636f6d2f69636f6e732f707265766965772f736f796c656e742d7265642f6e65772d62616467652d78786c2e706e67">
This is a React Native Date Picker with following main features:
@ -9,8 +9,8 @@ This is a React Native Date Picker with following main features:
🌍 Multiple languages<br>
🎨 Customizable<br>
<!--
[![Monthly download](https://img.shields.io/npm/dm/react-native-date-picker-x.svg)](https://img.shields.io/npm/dm/react-native-date-picker-x.svg)
[![Total downloads](https://img.shields.io/npm/dt/react-native-date-picker-x.svg)](https://img.shields.io/npm/dt/react-native-date- picker-x.svg) -->
[![Monthly download](https://img.shields.io/npm/dm/react-native-date-picker.svg)](https://img.shields.io/npm/dm/react-native-date-picker.svg)
[![Total downloads](https://img.shields.io/npm/dt/react-native-date-picker.svg)](https://img.shields.io/npm/dt/react-native-date- picker.svg) -->
@ -35,7 +35,7 @@ This is a React Native Date Picker with following main features:
## Installation
1. `npm install react-native-date-picker-x --save` or `yarn add react-native-date-picker-x`
1. `npm install react-native-date-picker --save` or `yarn add react-native-date-picker`
2. `react-native link `
@ -43,7 +43,7 @@ This is a React Native Date Picker with following main features:
```js
import React, { Component } from 'react';
import DatePicker from 'react-native-date-picker-x';
import DatePicker from 'react-native-date-picker';
export default class App extends Component {

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save