react-native-datetime icon indicating copy to clipboard operation
react-native-datetime copied to clipboard

not working on android 5.0.x

Open iwater opened this issue 9 years ago • 2 comments

can't select date and/or time on android 5.0.x, works well on other version

iwater avatar Feb 02 '16 16:02 iwater

Do you have some logs ?

cnjon avatar Mar 23 '16 04:03 cnjon

It shows material design picker with date when trying to invoke datetime picker on Android 5.0.x. Try it on any 5.0.x emulator/device to get reproduction.

Edit: I found the cause, on Material design in 5.0, time picker is moved below date picker and date picker scroll do not work.

JedrzejMajko avatar Jul 21 '16 12:07 JedrzejMajko