Cyclic Picker in React native?
I’m goign crazy trying to find a picker that can be cyclic, e.g. if we have a time from 1-12, once it goes past 12 it goes back to 1. I’ve found logical ways to do it but they’re all clunky, There is an android package with a isCyclic function (react-native-wheel-picker-android) but I’m trying to find one for IOS as well. Heres the code right now, I’m using WheelPicker:
Cyclic Picker in React native?
I’m goign crazy trying to find a picker that can be cyclic, e.g. if we have a time from 1-12, once it goes past 12 it goes back to 1. I’ve found logical ways to do it but they’re all clunky, There is an android package with a isCyclic function (react-native-wheel-picker-android) but I’m trying to find one for IOS as well. Heres the code right now, I’m using WheelPicker:
Cyclic Picker in React native?
I’m goign crazy trying to find a picker that can be cyclic, e.g. if we have a time from 1-12, once it goes past 12 it goes back to 1. I’ve found logical ways to do it but they’re all clunky, There is an android package with a isCyclic function (react-native-wheel-picker-android) but I’m trying to find one for IOS as well. Heres the code right now, I’m using WheelPicker: