📄 expo/versions/v52.0.0/sdk/date-time-picker

File: date-time-picker.md | Updated: 11/15/2025

Source: https://docs.expo.dev/versions/v52.0.0/sdk/date-time-picker

Hide navigation

Search

Ctrl K

Home Guides EAS Reference Learn

Reference version

SDK 52

Archive Expo Snack Discord and Forums Newsletter

DateTimePicker

GitHub npm

A component that provides access to the system UI for date and time selection.

GitHub npm

Android

iOS

Bundled version:

8.2.0

Copy page


A component that provides access to the system UI for date and time selection.

Installation


Terminal

Copy

- npx expo install @react-native-community/datetimepicker

If you are installing this in an existing React Native app , make sure to install expo in your project. Then, follow the installation instructions provided in the library's README or documentation.

Usage


See full documentation at react-native-community/react-native-datetimepicker .