UNPKG

react-native-datepicker-dialog

Version:

This library provides the cross-platform components for to open the date picker dialogs in effective way. It uses the native DatePickerAndroid & DatePickerIOS components. It will work for both ios & android.

6 lines (4 loc) 125 B
import DatePickerDialog from './lib/datepicker/DatePickerDialog'; module.exports = { DatePickerDialog: DatePickerDialog }