react-native-cupertino-chart
v0.1.3
Published
React Native Cupertino Chart
Downloads
2
Readme
react-native-cupertino-chart
React Native Cupertino Chart
Installation
yarn add react-native-cupertino-chart
Dependencies
- 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