react-native-ui-datepicker icon indicating copy to clipboard operation
react-native-ui-datepicker copied to clipboard

fix(types): fix return types to string

Open sebimarkgraf opened this issue 1 year ago • 0 comments

This cleans up the return type to be a string. As the time containing already was a string this provides the same type for both possible return types.

Returning a date leads to problems when selecting dates with the current timezone which can end up returning the day before the selected date.

sebimarkgraf avatar Feb 20 '24 15:02 sebimarkgraf