Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android - DatePicker opens on November 2100 #75

Closed
spaquis opened this issue Aug 15, 2017 · 1 comment
Closed

Android - DatePicker opens on November 2100 #75

spaquis opened this issue Aug 15, 2017 · 1 comment
Labels

Comments

@spaquis
Copy link

spaquis commented Aug 15, 2017

Hi,
In some android device (Nura), the datepicker opens on November 2100.

<DateTimePicker
          minimumDate={new Date()}
          isVisible={this.state.isDateTimePickerVisible}
          onConfirm={this._handleDatePicked}
          onCancel={this._hideDateTimePicker}
         />

Any ideas ?
Thanks a lot.

@mmazzarolo
Copy link
Owner

mmazzarolo commented Aug 16, 2017

Hi @Nachosss.
Could you please try swapping react-native-datetime-picker with react-native original date/time pickers to check if the problem persists?


When reporting a bug, please be sure to check if the issue still persists with react-native original date/time pickers:

Under the hood react-native-modal-datetime-picker react-native original DatePickerAndroid, TimePickerAndroid and DatePickerIOS.
Before reporting a bug, try swapping react-native-datetime-picker with react-native original date/time pickers to check if the problem persists.

When reporting a bug, please be sure to include the following:

  • The outcome of the react-native-modal-datetime-picker swap described above
  • A descriptive title
  • An isolated way to reproduce the behavior (example: GitHub repository with code isolated to the issue that anyone can clone to observe the problem)
  • What version of react-native-modal-datetime-picker you're using, and the platform(s) you're running it on (iOS, Android, device)
  • What packages or other dependencies you're using
  • The behavior you expect to see, and the actual behavior

When you open an issue for a feature request, please add as much detail as possible:

  • A descriptive title
  • A description of the problem you're trying to solve, including why you think this is a problem
  • An overview of the suggested solution
  • If the feature changes current behavior, reasons why your solution is better

Please note by far the quickest way to get a new feature is to file a Pull Request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants