Skip to content

Commit db1e194

Browse files
committed
add yarn to installation
1 parent fe3e5c7 commit db1e194

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
@@ -32,6 +32,12 @@ A declarative API removes the need to write [boilerplate code](https://github.co
3232
$ npm install --save react-router-native
3333
```
3434

35+
#### Using yarn:
36+
37+
```sh
38+
$ yarn add react-router-native
39+
```
40+
3541
### Usage
3642

3743
```javascript

0 commit comments

Comments
 (0)