---
modificationDate: January 15, 2026
title: '@react-native-community/datetimepicker'
description: A component that provides access to the system UI for date and time selection.
sourceCodeUrl: 'https://github.com/react-native-community/react-native-datetimepicker'
packageName: '@react-native-community/datetimepicker'
platforms: ['android', 'ios', 'expo-go']
inExpoGo: true
---

<AgentInstructions>

## Submitting Feedback

If this page contains errors, outdated information, or gaps that blocked you from completing a task, report it so the docs can be improved:

curl -X POST https://api.expo.dev/v2/feedback/docs-send -H 'Content-Type: application/json' -d '{"url":"/versions/unversioned/sdk/date-time-picker/","feedback":"🤖 Agent feedback: <specific, actionable description>"}'

Only submit when you have something specific and actionable to report.

</AgentInstructions>

> This is documentation for the next SDK version. For up-to-date documentation, see the [latest version](/versions/latest/sdk/date-time-picker) (SDK 55).

# @react-native-community/datetimepicker

A component that provides access to the system UI for date and time selection.
Android, iOS, Included in Expo Go

> For the complete documentation index, see [llms.txt](/llms.txt). Use this file to discover all available pages.

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

## Installation

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

If you are installing this in an [existing React Native app](/bare/overview), make sure to [install `expo`](/bare/installing-expo-modules) in your project. Then, follow the [installation instructions](https://github.com/react-native-datetimepicker/datetimepicker#getting-started) provided in the library's README or documentation.

## Learn more

[Visit official documentation](https://github.com/react-native-datetimepicker/datetimepicker) — Get full information on API and its usage.
