erksch / react-native-wheely

An all JavaScript wheel picker for react-native without any native code.
413 stars 59 forks source link

Disable scroll before and after dates #74

Open ruijadom opened 3 months ago

ruijadom commented 3 months ago

Is there any way to expose props that allow disabling items before or after a specific index?

"For example, for a wheel that renders all the days of a specific month, I want to disable the first 5 days of the month."

Maybe exposing two props selectedDayIndex and disableItemsAfter