0.1.3 • Published 2 years ago

react-native-cupertino-chart v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-cupertino-chart

React Native Cupertino Chart

npm.io

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