Skip to content

Commit

Permalink
Merge pull request #158 from danilowoz/docs-dependency
Browse files Browse the repository at this point in the history
docs(getting started): add dependency
  • Loading branch information
danilowoz committed Oct 13, 2019
2 parents e584101 + db6131f commit c032ca7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ npm i react-content-loader --save
yarn add react-content-loader
```

### For React Native

```sh
npm i react-content-loader react-native-svg --save
```

```sh
yarn add react-content-loader react-native-svg
```

CDN from [JSDELIVR](https://www.jsdelivr.com/package/npm/react-content-loader)

## Usage
Expand Down

0 comments on commit c032ca7

Please sign in to comment.