Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rghorbani committed Mar 17, 2018
1 parent fbc3ad6 commit 768ad15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
19 changes: 4 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,13 @@ This module includes various customizable react native calendar components.

The package is both **Android** and **iOS** compatible.

## Try it out

You can run example module by performing these steps:

```
$ git clone [email protected]:rghorbani/react-native-general-calendars.git
$ cd react-native-general-calendars/example
$ npm install
$ react-native run-ios
```
## Installation

You can check example screens source code in [example module screens](https://github.com/rghorbani/react-native-general-calendars/tree/master/example)
`$ yarn add react-native-general-calendars`

## Installation
or

```
$ npm install --save react-native-general-calendars
```
`$ npm install react-native-general-calendars --save`

The solution is implemented in JavaScript so no native module linking is required.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-general-calendars",
"version": "1.0.3",
"version": "1.0.4",
"description": "React Native Calendar Components With support of Gregorian & Jalaali",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 768ad15

Please sign in to comment.