File tree Expand file tree Collapse file tree 2 files changed +5
-16
lines changed
Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -6,24 +6,13 @@ This module includes various customizable react native calendar components.
66
77The package is both ** Android** and ** iOS** compatible.
88
9- ## Try it out
10-
11- You can run example module by performing these steps:
12-
13- ```
14- $ git clone [email protected] :rghorbani/react-native-general-calendars.git 15- $ cd react-native-general-calendars/example
16- $ npm install
17- $ react-native run-ios
18- ```
9+ ## Installation
1910
20- You can check example screens source code in [ example module screens ] ( https://github.com/rghorbani/ react-native-general-calendars/tree/master/example )
11+ ` $ yarn add react-native-general-calendars`
2112
22- ## Installation
13+ or
2314
24- ```
25- $ npm install --save react-native-general-calendars
26- ```
15+ ` $ npm install react-native-general-calendars --save `
2716
2817The solution is implemented in JavaScript so no native module linking is required.
2918
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-general-calendars" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.4 " ,
44 "description" : " React Native Calendar Components With support of Gregorian & Jalaali" ,
55 "main" : " src/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments