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

How to change the font family? #181

Closed abdallaemadeldin closed 4 years ago

abdallaemadeldin commented 4 years ago

Hello there it's amazing package i love it so much but i wanna know how can i change the picker fontfamily?

henninghall commented 4 years ago

Hi, changing font is unfortunately not possible due to underlying limitations in UIDatePicker.

rishiankush commented 2 years ago

Anything fixed to make this possible?

dmahajan980 commented 1 year ago

@henninghall would it be possible to change the font family for Android? If so, can you please share how this can be done? Or maybe any docs/PR/commits I can refer to?