diff --git a/README.md b/README.md index 560718e..ca0b3cc 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,12 @@ The most complete library for Bar, Line, Area, Pie, and Donut charts in React Na ## Installation ```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- @@ -38,7 +43,6 @@ For Pie chart and Donut chart, these additional packages should be installed- 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-