()
| 19 | }; |
| 20 | |
| 21 | const hidePicker = () => { |
| 22 | setPickerMode(null); |
| 23 | }; |
| 24 | |
| 25 | const handleConfirm = (date) => { |
| 26 | // In order to prevent the double-shown popup bug on Android, picker has to be hidden first (https://github.com/react-native-datetimepicker/datetimepicker/issues/54#issuecomment-618776550) |
no outgoing calls
no test coverage detected
searching dependent graphs…