-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters