[IOS] Improve DatePickerIOS style
See original GitHub issueDatePickerIOS doesn’t have a editable style.
this pull resquest is ‘merged’ https://github.com/facebook/react-native/pull/10356 but it isn’t in the master
It would be good to be able to control the fontFamily, fontSize… etc
In DatePickerIOS.ios.js maybe must have a stylePicker for a height control …etc.
One solution would be to put a property like stylePicker:
style={[styles.datePickerIOS, props.stylePicker]}
Would any charitable, caring soul be able to implement this? Thanks! 👍
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Pickers - Selection and input - Human Interface Guidelines
Choose a date picker style that suits your app. There are two styles of date pickers in macOS: textual and graphical. The textual...
Read more >DatePickerIOS · React Native
Use DatePickerIOS to render a date/time picker (selector) on iOS. This is a controlled component, so you must hook in to the onDateChange...
Read more >React Native : Styling DatePickerIOS component
I have a component Logitem.js which has a DatePickerIOS component. The component works as expected but for some reason the datepicker ...
Read more >iOS-Style Picker with React Native - YouTube
In this video, we are building the iOS - Style Picker with React Native Gesture Handler and Reanimated. Hope You Enjoy it Wanna...
Read more >DatePickerIOS - React Native
Use DatePickerIOS to render a date/time picker (selector) on iOS. ... return ( <View style={styles.container}> <DatePickerIOS ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I vote to reopen this issue. My team now has to manually implement a date picker with different text color than the default using regular Picker components. We just need to be able to control simple styling aspects like text color, font size, font family, all that good stuff, thanks.
@hugoh1995
Make the changes manually