thodubois / react-native-woodpicker

Customisable picker and datePicker react-native components for Android and iOS.
MIT License
159 stars 22 forks source link

Close DatePicker when date is selected #52

Closed lucasmrl closed 3 years ago

lucasmrl commented 3 years ago

I've been looking here but I can't figure out the way to do this. Is it possible to close the Date Picker (ios: compact, android: calendar) when the user selects a date?

thodubois commented 3 years ago

Hello, No, it's not possible now. I'll take a look when I can. Don't hesitate to create PR if you want.

thodubois commented 3 years ago

Hello, I checked and currently its not possible. I check the datetimepicker docs and the UIDatePicker (ios). I didn't see an event or a callback where a can listen. =/