troberts-28 / react-native-timer-picker

A simple, flexible, performant duration picker for React Native apps (Expo & Bare Workflow). Great for timers, alarms and duration inputs. Includes iOS-style haptic and audio feedback.
https://www.npmjs.com/package/react-native-timer-picker
MIT License
132 stars 14 forks source link

initial commit, added minuteRange, secondRange, hourRange within the … #13

Closed DeliveranceTechSolutions closed 11 months ago

DeliveranceTechSolutions commented 11 months ago

…TimePicker component, could merge back to repo if working

Lightly tested throughout the UI, allows devs to create ranges dependent upon multiple different time selections.

minRange is not the best word so I can change these if a less misleading term is nessecary.

DeliveranceTechSolutions commented 11 months ago

Forgot bounds checking on the amount, plus would like to do some other things I've thought about.