A javascript circular picker that works on ios, android and web.
- ABSTRACT STYLES
- ALLOW FOR FUNCTION TO BE RUN ON MOOVE AND ON STEP REACH
npm install react-native-circular-picker
import { multiply } from "react-native-circular-picker";
// ...
const result = await multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library