question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[IOS] Improve DatePickerIOS style

See original GitHub issue

DatePickerIOS 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:closed
  • Created 7 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

12reactions
SSTPIERRE2commented, Aug 9, 2017

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.

0reactions
KarlosQcommented, Feb 15, 2018

@hugoh1995

Make the changes manually

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found