From 6f8bc4ea65e6455d16c1c380a91549dfc9bf4c65 Mon Sep 17 00:00:00 2001 From: Abhinandan Kushwaha Date: Fri, 30 Jul 2021 18:42:53 +0530 Subject: [PATCH] Added readme --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6d04dad --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# react-native-gifted-charts + +The most complete library for Bar, Line, Area and Pie charts in React Native. Allows 2D, 3D, gradient, animations and live data updates. + +## Installation + +```sh +npm install react-native-gifted-charts +``` + +## Usage + +```js +import GiftedCharts from "react-native-gifted-charts"; + +// ... + +const result = await GiftedCharts.multiply(3, 7); +``` + +## Contributing + +See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. + +## License + +MIT