henninghall / react-native-date-picker

React Native Date Picker is datetime picker for Android and iOS. It includes date, time and datetime picker modes. The datepicker is customizable and is supporting different languages. It's written with native code to achieve the best possible look, feel and performance.
MIT License
2.23k stars 342 forks source link

Can't change the font style and modal's radius #541

Closed naimur978 closed 2 years ago

naimur978 commented 2 years ago

In my app, I'm using a particular font style. But using this package I can't do this. Can you help me out with this?

Again, I want to change the radius of the modal and give shadows around that. How to do that?

henninghall commented 2 years ago

Custom font style is not supported due to limitations in UIDatepicker, the underlying component. See this discussion for some workarounds https://github.com/henninghall/react-native-date-picker/discussions/171

If you want a custom modal you will have to do it yourself and use the inline picker.