mirror of
https://github.com/zhigang1992/react-content-loader.git
synced 2026-03-28 22:46:40 +08:00
Merge pull request #158 from danilowoz/docs-dependency
docs(getting started): add dependency
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user