You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Currently, the React Native DatePicker component allows users to select dates but lacks the ability to programmatically set the time. It would be beneficial to have an option to set the time programmatically, similar to how we can set the selected date.
Proposed Solution
Introduce a new prop or method to the DatePicker component that enables developers to set the time programmatically. This would allow developers to pre-select a specific time when rendering the DatePicker component.
The text was updated successfully, but these errors were encountered:
saquibshaikh14
changed the title
Feature Request: Ability to Set Time Programmatically in React Native DatePicker
Feature Request: Ability to Set Time Programmatically
Apr 10, 2024
Description
Currently, the React Native DatePicker component allows users to select dates but lacks the ability to programmatically set the time. It would be beneficial to have an option to set the time programmatically, similar to how we can set the selected date.
Proposed Solution
Introduce a new prop or method to the DatePicker component that enables developers to set the time programmatically. This would allow developers to pre-select a specific time when rendering the DatePicker component.
The text was updated successfully, but these errors were encountered: