DateTimePicker
Date and Time Picker Component that wraps RNDateTimePicker for date and time modes. See: https://github.com/react-native-community/react-native-datetimepicker#react-native-datetimepicker
(code example)
info
This component extends TextField props.
note
DateTimePicker uses a native library. You MUST add and link the native library to both iOS and Android projects
Usageβ
Live Editor
<DateTimePicker title={'Select time'} placeholder={'Placeholder'} mode={'time'}/>
Result
Loading...