From 53db988682977f152f5d3eb48b90b0c8c7064ed5 Mon Sep 17 00:00:00 2001 From: Abhinandan Kushwaha Date: Mon, 15 Nov 2021 13:59:46 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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-