MAU uses the RNC DatePicker. See: @react-native-community/datetimepickerarrow-up-right
import { DatePicker, DatePickerProps } from 'hc-mobile-app-ui';
In addition to the props listed at: https://github.com/react-native-datetimepicker/datetimepicker#propsarrow-up-right
onDateChange
function
Function to be called when date is selected.
customDateFormatter
Optional function to format the date.
label
string
Label for the date picker.
selectedDate
Date
Currently selected value for the date picker.
Last updated 4 years ago