Update README.md
This commit is contained in:
parent
6cd4b7ac40
commit
53db988682
|
@ -29,7 +29,12 @@ The most complete library for Bar, Line, Area, Pie, and Donut charts in React Na
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install react-native-gifted-charts react-native-linear-gradient react-native-svg
|
npm install react-native-gifted-charts react-native-linear-gradient
|
||||||
|
```
|
||||||
|
|
||||||
|
For Line and Area charts, add the react-native-svg package too -
|
||||||
|
```
|
||||||
|
npm install react-native-svg
|
||||||
```
|
```
|
||||||
|
|
||||||
For Pie chart and Donut chart, these additional packages should be installed-
|
For Pie chart and Donut chart, these additional packages should be installed-
|
||||||
|
@ -38,7 +43,6 @@ For Pie chart and Donut chart, these additional packages should be installed-
|
||||||
npm i react-native-canvas react-native-webview
|
npm i react-native-canvas react-native-webview
|
||||||
```
|
```
|
||||||
|
|
||||||
You can omit the above packages if you don't intend to use Pie chart or Donut chart.
|
|
||||||
|
|
||||||
For iOS-
|
For iOS-
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue