react-native-date-picker icon indicating copy to clipboard operation
react-native-date-picker copied to clipboard

Change clickable area width

Open tapz opened this issue 4 years ago • 0 comments

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'
          />

tapz avatar Jan 21 '21 14:01 tapz