React Native picker library based on Android WheelPicker and native iOS picker
npm install react-native-wheel-picker
import { WheelPickerView } from "react-native-wheel-picker";
// ...
<WheelPickerView color="tomato" />
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT