react-native-ui-lib
react-native-ui-lib copied to clipboard
Support `dateTime` mode in DateTimePicker
Description
Updating DateTimePicker to support the dateTime mode. Added dateTimeFormat and dateTimeFormatter to DateTimePicker.
Changelog
Updating DateTimePicker to support the dateTime mode. Added dateTimeFormat and dateTimeFormatter to DateTimePicker.
@rdougan Hi. Thank you for the PR. DateTimePicker 'datetime' mode is iOS only feature (will default to 'date' mode on Android). This should be mentioned in the mode prop. Also, the type of the 'mode' prop should be changed as well to include datetime option.
Seems inactive for a while now