react-native-date-input
A simple React Native date input component that uses DatePickerAndroid
and DatePickerIOS
to select dates
Installation
yarn add react-native-date-input dayjs react-native-appearance react-native-iphone-x-helper
cd ios && pod install
Usage
;;; { const date setDate = ; let dateInput = null; const handleChange = { ; }; const focus = { if !dateInput return; dateInput; }; return <DateInput inputProps= style: {} ...props // Supports all TextInput props dateFormat='DD/MM/YYYY' defaultValue= defaultDate= minimumDate= maximumDate= handleChange=handleChange onRef= dateInput = input /> ;};