0.1.2 • Published 2 years ago

@moneybounce/react-native-circular-picker v0.1.2

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

react-native-circular-picker

A javascript circular picker that works on ios, android and web.

todo

  • ABSTRACT STYLES
  • ALLOW FOR FUNCTION TO BE RUN ON MOOVE AND ON STEP REACH

Installation

npm install react-native-circular-picker

Usage

import { multiply } from "react-native-circular-picker";

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library