react native android DateTimePicker is not work

Viewed 20

I'm using a DateTimePicker But it does not work what could be the reason?

  <DateTimePicker
    date={new Date()}
    is24Hour={true}
    value={new Date()}
    mode={'date'}
  />

What am I doing wrong?

0 Answers
Related