UNPKG

react-native-spinner-datepicker

Version:

- A react native custom component of dynamic spinner Datepicker, with initial date and animated scroll to it's position. the spinner is implemented as 3 animated wheels effect.

6 lines (5 loc) 139 B
export default interface SpinnerDatePickerProps { height?: number; onSelectedDate?: (date: Date) => void; initialDate?: Date; }