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
Currently, the react-native-date-picker component displays a visible divider between the date/time wheels on Android. There’s no built-in prop to hide or remove this divider, which limits customization options for developers who want a cleaner UI.
Use case
Cross-Platform Consistency
Problem: The Android divider creates a visual mismatch with iOS (which has no divider), forcing developers to implement platform-specific hacks.
Benefit: A unified look across platforms reduces maintenance overhead.
This discussion was converted from issue #916 on June 05, 2025 18:35.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature
Currently, the react-native-date-picker component displays a visible divider between the date/time wheels on Android. There’s no built-in prop to hide or remove this divider, which limits customization options for developers who want a cleaner UI.
Use case
Cross-Platform Consistency
Problem: The Android divider creates a visual mismatch with iOS (which has no divider), forcing developers to implement platform-specific hacks.
Benefit: A unified look across platforms reduces maintenance overhead.
Alternatives considered
No response
Operating System
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions