0.1.3 • Published 12 months ago

react-native-reanimated-wheel-picker v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

react-native-reanimated-wheel-picker

cross platform wheel picker

Installation

npm install react-native-reanimated-wheel-picker

Usage

import { multiply } from 'react-native-reanimated-wheel-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