0.1.3 • Published 4 years ago
react-native-cupertino-chart v0.1.3
react-native-cupertino-chart
React Native Cupertino Chart

Installation
yarn add react-native-cupertino-chartDependencies
- React Native Gesture Handler
- React Native Svg
Usage
import Chart from "react-native-cupertino-chart";
// ...
const App = () => {
return (
<Chart
data={[{x: "01/02/2022", y: 5000}]}
width={Dimensions.get("window").width}
height={250}
/>
)
}Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT