Skip to content

minuteInterval Prop not working #86

Open
@rajaishwary

Description

@rajaishwary

as mentioned in example "minuteInterval" Prop is not working for me.
following the below code snippet:

        <DatePicker
             style={{width: width / 3}}
             date={formData.startTime}
             mode="time"
             format="HH:mm"
             showIcon={false}
             confirmBtnText="Confirm"
             cancelBtnText="Cancel"
             minuteInterval={30}
             onDateChange={(time) => this.onChange(time, 'startTime')}
             />

Platform: iOS
RN version: 0.40.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions