datetimepicker
datetimepicker copied to clipboard
React Native date & time picker component for iOS, Android and Windows
Hi, and thanks for the great work on the plugin. While styling the Android TimePickerDialog through the Expo config plugin, I noticed that it is not possible to customize the...
# Bug report ## Summary On iOS, with mode="datetime", set timeZoneName to a zone that's ahead of you. Say for instance that your phone is set to London time, you...
# [iOS] App crashes with multiple DateTimePicker modals - UIDatePickerContainerViewController conflicts ## Bug Report ### Problem iOS app crashes when multiple `DateTimePicker` components are used, particularly when: - Multiple date...
# Summary This pull request addresses issue #67 by adding a feature that allows the year picker to be shown first. Implementation details: - For DatePickerDialog: Used an OnShowListener so...
# Summary PR made with Cursor AI ## Motivation Fixes https://github.com/react-native-datetimepicker/datetimepicker/issues/1014 This PR resolves layout issues with the iOS DateTimePicker component when using `display="inline"` (calendar mode): 1. **Width Issue**: The...
When adding a background colour to the `DateTimePicker`, it is almost as if the picker itself is a separate element. I would have expected the `DateTimePicker`'s background to be the...
# Bug report ## Summary On iOS, the `@react-native-community/datetimepicker` component is being rendered below its minimum required width of 280 points. This affects both spinner and calendar display modes, they...
## Summary (iOS) On change of date and time, `onChange` is not getting invoked when using with react native version 0.79.2 where **react native new architecture** is enabled. ## Reproducible...
# Feature request Hi, I just found out that [iOS date picker supports year&month mode starting 17.4](https://developer.apple.com/documentation/uikit/uidatepicker/mode/yearandmonth) and this isn't supported in this library yet. ## Why it is needed...
# Bug report When trying to update to the latest version of react native (version 0.79.4) I get this error. ```bash npm error Conflicting peer dependency: [email protected] npm error node_modules/react...