-
-
Notifications
You must be signed in to change notification settings - Fork 424
date picker returns next day on clicking OK on android #474
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
Comments
I've faced the same issue with directly using state in value prop, instead use this |
@xdajay Thats a solution. It got fixed.
|
Wrapping value within Date didn't help me, value={new Date(this.state.clock)} |
Thank you, sir.. This solved for me.. |
Any fix for this issue? |
If you have any datepickers props named timeZoneOffsetInMinutes, then you have to removed it @Ashutosh-Tiwari.. Last week I have a same issues, and I removed the timeZoneOffsetInMinutes props and it works for me.. |
duplicate of #528 |
I'm facing one issue, Replicated that here https://snack.expo.io/pxAMzLcyP
When running it on android, the date changes to the next day upon clicking the button 'ok' multiple times even though the date in the picker is not changed.
The text was updated successfully, but these errors were encountered: