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
142 stars 19 forks source link

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

Closed DeliveranceTechSolutions closed 1 year ago

DeliveranceTechSolutions commented 1 year 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 1 year ago

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