react-native-date-picker
react-native-date-picker copied to clipboard
Change clickable area width
The clickable area of should be wider or the font bigger. Now it's hard to scroll as the column is so narrow. I have plenty of space on the screen, but it cannot be used causing bad UX.
<DatePicker
style={styles.datePicker}
date={new Date(2100, 0, 1, 0, 0, 0, 0)}
mode='time'
onDateChange={setTime}
locale='fi_FI'
is24hourSource='locale'
textColor={colors.textColor}
minuteInterval={1}
androidMode='spinner'
/>