Skip to content

Commit 5071c3a

Browse files
authored
Update README.md (#2036)
Installing via yarn and npm
1 parent 9c2a466 commit 5071c3a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,16 @@ This project is compatible with Expo/CRNA (without ejecting), and the examples h
2929

3030
## Installation
3131

32+
Using NPM:
3233
```
3334
$ npm install --save react-native-calendars
3435
```
3536

37+
Using Yarn:
38+
```
39+
$ yarn add react-native-calendars
40+
```
41+
3642
The solution is implemented in JavaScript so no native module linking is required.
3743

3844
## Usage

0 commit comments

Comments
 (0)