More Premium Hugo Themes Premium React Themes

Datetimepicker

React Native date & time picker component for iOS, Android and Windows

Datetimepicker

React Native date & time picker component for iOS, Android and Windows

Github Stars Github Stars: 2841
Last Commit Last Commit: Jan 6, 2026 -
First Commit Created: Feb 24, 2024 -
Datetimepicker screenshot

Overview:

React Native DateTimePicker is a date and time picker component designed for iOS, Android, and Windows platforms (although Windows is not actively maintained). It supports Android and iOS systems, has a lean core badge, and is licensed under MIT. The repository was moved out of the React Native community GH organization, and while currently published under the old namespace on npm, it will eventually be published under a new namespace with a major version update.

Features:

  • Supports Android and iOS platforms
  • Licensed under MIT
  • Lean core badge
  • Provides date and time picker component
  • Supports Windows platform (not actively maintained)

Installation:

To install the React Native DateTimePicker module, you can use the following steps:

  1. Run the command npm install @react-native-community/datetimepicker in your project directory.
  2. For iOS, ensure you have Xcode 14.0 and React Native version 0.72.7 or higher.
  3. For Android, make sure you have Android API level >=21 (Android 5).
  4. If using Expo Managed Workflow, use the command expo install @react-native-community/datetimepicker.
  5. Remember to rebuild the Dev Client after installing dependencies if using it.

Summary:

React Native DateTimePicker is a versatile module that provides a date and time picker component for iOS and Android platforms. Despite not being actively maintained for the Windows platform, it offers essential features like Android and iOS support, MIT licensing, and a lean core badge. Users should note the guidelines for installation, especially if using Expo Managed Workflow, to ensure seamless integration of this component into their projects.