datetimepicker icon indicating copy to clipboard operation
datetimepicker copied to clipboard

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

Results 146 datetimepicker issues
Sort by recently updated
recently updated
newest added

# Summary The error was described in [this issue](https://github.com/react-native-datetimepicker/datetimepicker/issues/907) * What issues does the pull request solve? it solves [this issue](https://github.com/react-native-datetimepicker/datetimepicker/issues/907) ## Test Plan ### What's required for testing? run...

# Bug report ## Summary If a `maximumDate` is provided, but a `minimumDate` is not, the Android date picker does not allow the user to go earlier than the Unix...

# Bug report ## Summary DatePicker onChange value is not the same between IOS and ANDROID but both actually share the same type, leading to TS invalid type when trying...

I have swithced to expo sdk 51 with react native 0.74.5 on Android 14. The below warning started to popup on render of the `` > ## Warning: Unknown: Support...

# Bug report ## Summary I get this error when try to run ios Module provider RNDatePickerManager does not conform to RCTModuleProvider ## Reproducible sample code I am using simple...

Update react to make it compatible with a new expo version.

# Question I have a general question about `@react-native-community/datetimepicker` module's build.gradle file. With AGP 8.0+ and the `android.defaults.buildFeatures.buildConfig` default value being false, will `@react-native-community/datetimepicker` module's build.gradle file explicitly set the...

# Bug report ## Summary Can't resize `RNDateTimePicker` component to 100% in `position: absolute` views after upgrading react-native to 0.76.9 version. Also see that generally DateTimePicker not stable with new...

Bug report ## Summary App crash when try opening timePicker after hiding DatePicker ## Reproducible sample code [BoTest.zip](https://github.com/user-attachments/files/18122610/BoTest.zip) ## Steps to reproduce I use 2 RNDatePickers , one is with...

# Bug report ## Summary Using the Material Design time picker in my Android app causes a crash when the user switches to another app or locks the device **while...