react-native-picker-select
react-native-picker-select copied to clipboard
Adds optional date time picker capability
Implements date/time picker functionality by replacing the wrapped Picker with DateTimePicker (@react-native-community/datetimepicker) when useDatePicker is true. The component interface is unchanged except to add the useDatePicker boolean. No tests have been written for the date picker implementation.
interesting. will have to test this out.
thanks for the contribution here andy but this component is going to be in maintenance mode for the foreseeable future so i don't think adding new functionality of this type is the best path forward for the health of the codebase. if you'd like to make a fork of the project with this added feature we could link out to it in the readme.