Closed JMente closed 6 years ago
Yes
yes
TimePicker return incorrect selection on iOS, on Android working fine but on iOS the selection don't equal the result.
Nothing only run and get the picker for example if i select 03:00 PM the return me 09:00 AM in 24 hours format
let pickerOptions = { is24HourView: false }; Picker.pickTime(pickerOptions).then((result) => { console.dir(result); });
Picker.pickTime(pickerOptions).then((result) => { console.dir(result); });
Duplicate of #35
Some solution? i don't have idea what's wrong, if i'm can help you please let me know.
Make sure to check the demo app(s) for sample usage
Yes
Make sure to check the existing issues in this repository
yes
If the demo apps cannot help and there is no issue for your problem, tell us about it
TimePicker return incorrect selection on iOS, on Android working fine but on iOS the selection don't equal the result.
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
Nothing only run and get the picker for example if i select 03:00 PM the return me 09:00 AM in 24 hours format
Is there any code involved?
let pickerOptions = { is24HourView: false };
Picker.pickTime(pickerOptions).then((result) => { console.dir(result); });