diff --git a/npmREADME.md b/npmREADME.md
new file mode 100644
index 0000000..a9f32b6
--- /dev/null
+++ b/npmREADME.md
@@ -0,0 +1,77 @@
+# React Native Date Picker
+
+A cross platform react native date picker component for android and ios. It includes 3 different modes: date, time, and datetime. The date picker is customizable and has multiple language support.
+
+
+
+ iOS |
+
+
+
+ |
+
+
+
+ Android Choose from 2 different variants |
+
+
+
+ |
+
+ |
+
+
+
+## Installation
+
+See github page for installation instructions.
+
+## Documentation
+
+See github page for documentation and more info.
+
+## Examples
+
+See github page for code examples.
+
+## Modes
+
+### React Native Timepicker
+
+
+
+ |
+
+ |
+
+More info about the react native timepicker.
+
+### React Native Datepicker
+
+
+
+ |
+
+ |
+
+More info about the react native datepicker.
+
+### React Native Datetimepicker
+
+
+
+More info about the react native datetimepicker.
+
+
+Visit github page →
diff --git a/package.json b/package.json
index fedc099..8e2ed9c 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,8 @@
"description": "A Cross Platform React Native Picker",
"main": "src/index.js",
"scripts": {
+ "prepublishOnly": "mv README.md githubREADME.md && mv npmREADME.md README.md",
+ "postpublish": "mv README.md npmREADME.md && mv githubREADME.md README.md",
"test": "jest src"
},
"repository": {