xgfe / react-native-datepicker

react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
MIT License
2.12k stars 726 forks source link

Date mode and Time mode have different behaviour with the keyboard #361

Open jonathanatn opened 5 years ago

jonathanatn commented 5 years ago

Date mode and Time mode have different behaviour on Android keyboard

If the keyboard is open, the 'date' picker will appear above the keyboard

The 'time' picker close the keyboard (and my app crash because my component unmount if my keyboard close, but my time picker is launched since that component)

I guess they should have the same impact on the keyboard