datetimepicker
datetimepicker copied to clipboard
React Native date & time picker component for iOS, Android and Windows
# Feature Request Android Picker is actually a service opening a dialog (see [Android TimePickerDialog](https://developer.android.com/reference/android/app/TimePickerDialog)). But [Android TimePicker](https://developer.android.com/reference/android/widget/TimePicker) is not just meant to be inside a dialog as far as...
# Bug report ## Summary java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState at androidx.fragment.app.FragmentManagerImpl.checkStateLoss(FragmentManagerImpl.java:1536) ## Environment info `react-native info` output: ```bash System: OS: macOS 10.15.5 CPU: (16) x64 Intel(R)...
# Summary ## Test Plan ### What's required for testing (prerequisites)? ### What are the steps to reproduce (after prerequisites)? ## Compatibility | OS | Implemented | | ------- |...
I want to change the first day of the week, currently, by default, Monday is Is it possible to change the first day of the week on DatePicker in Android,...
# Question Accessibility Options not allowed We are using expo 3.20.1 and we want to make some changes but we are not finding how. Some of the things we need...
Some countries use multiple calendar types, eg. Japan (standard/imperial) or Israel. Add support for the CalendarIdentifier property exposed by the underlying Xaml control on Windows. Implementation will follow the same...
Is it possible to pass a style `fontSize` and `fontFamily`? It currently doesn't work.
# Feature request With PR #157 the date picker now lives in the community repo. However there are some properties that are diverged: - `timeZoneOffsetInSeconds` versus `timeZoneOffsetInMinutes` - `dayOfWeekFormat` /...
# Feature Request Add a precision option prop to the DateTimePicker component. (Or remove extraneous seconds from returned newDate) Currently the DatePicker seems to return a timestamp with a random...
# Feature Request ## Why it is needed There are some other calendar types such as Shamsi (mostly used in Iran and Afghanistan). Currently, there is no complete and fully...