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