Browse Source

use same readme for npm and github

master
Henning Hall 5 years ago
parent
commit
7f364fc150
2 changed files with 1 additions and 24 deletions
  1. +0
    -21
      npmREADME.md
  2. +1
    -3
      package.json

+ 0
- 21
npmREADME.md View File

@ -1,21 +0,0 @@
# React Native Date Picker
A cross platform <a href="https://github.com/henninghall/react-native-date-picker" title="React Native Date Pickers">react native date picker</a> component for android and ios. Including 3 different modes, date, time, and datetime. The date picker is customizable and have mulitple language support.
<table>
<tr>
<td align="center"><b>iOS</b></td>
<td align="center"><b>Android</b></td>
</tr>
<tr>
<td><img src="https://camo.githubusercontent.com/6d48ab840daf8d55c6d9067c314497b5f7642ea3/68747470733a2f2f66616365626f6f6b2e6769746875622e696f2f72656163742d6e61746976652f646f63732f6173736574732f446174655069636b6572494f532f6d6178696d756d446174652e676966" alt="React Native Date Picker IOS" height="150px" />
</td>
<td><img src="https://github.com/henninghall/react-native-date-picker/blob/master/docs/react-native-date-picker-android.gif?raw=true" alt="React Native Date Picker Android" height="150px" style="margin-left:10px" />
</td>
</tr>
</table>
## Documentation
See <a href="https://github.com/henninghall/react-native-date-picker">github page </a>for documentation and more info.

+ 1
- 3
package.json View File

@ -4,9 +4,7 @@
"description": "A Cross Platform React Native Picker",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "mv README.md githubREADME.md && mv npmREADME.md README.md",
"postpublish": "mv README.md npmREADME.md && mv githubREADME.md README.md"
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",

Loading…
Cancel
Save