UNPKG

react-native-timer-picker

Version:

A simple, flexible, performant duration picker for React Native apps 🔥 Great for timers, alarms and duration inputs ⏰🕰️⏳ Includes iOS-style haptic and audio feedback 🍏

7 lines (6 loc) 487 B
export { default as TimerPickerModal } from "./components/TimerPickerModal"; export { TimerPickerModalProps, TimerPickerModalRef, } from "./components/TimerPickerModal/types"; export { CustomTimerPickerModalStyles } from "./components/TimerPickerModal/styles"; export { default as TimerPicker } from "./components/TimerPicker"; export { TimerPickerProps, TimerPickerRef, } from "./components/TimerPicker/types"; export { CustomTimerPickerStyles } from "./components/TimerPicker/styles";