@moneybounce/react-native-circular-picker
v0.1.2
Published
A javascript circular picker that works on ios, android and web.
Downloads
3
Readme
react-native-circular-picker
A javascript circular picker that works on ios, android and web.
todo
- [x] 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