react-native-date-picker-v2
v5.0.15
Published
A datetime picker for React Native. In-modal or inlined. Supports Android and iOS.
Maintainers
Readme
React Native Date Picker
A cross platform react native date picker component for android and ios. It includes 4 different modes: date, time, datetime, and monthyear. The date picker is customizable and has multiple language support.
Modal
The first option is to use the built-in modal.
Inlined
The second option is to use the inlined picker. For instance in a view or a custom made modal.
Installation
See github page for installation instructions.
Documentation
See github page for documentation and more info.
Examples
See github page for code examples.
Modes
React Native Timepicker
More info about the react native timepicker.
React Native Datepicker
More info about the react native datepicker.
React Native Datetimepicker
More info about the react native datetimepicker.
React Native Month Year Picker
The monthyear mode lets users select only month and year. On iOS 17.4+ it uses the native year-and-month picker; on older iOS it falls back to the full date picker. On Android it shows year and month wheels only. The returned date is the first day of the selected month at midnight.
