react-native-common-date-picker icon indicating copy to clipboard operation
react-native-common-date-picker copied to clipboard

Can't change the fontFamily

Open naimur978 opened this issue 2 years ago • 1 comments

I want to change the font family of text called year, month, and date. Unfortunately, I can't see any parameter named like that. Could you shed some light on that?

naimur978 avatar Jul 16 '22 05:07 naimur978

Sorry for replying so late, I'm busy with my work lately. I publish a new version 2.3.8 that may satisfy your needs. Now if you're using 2.3.8, you can set fontFamily as follows

<DatePicker
    selectedTextStyle={{fontFamily: 'Cochin'}}
    unselectedTextStyle={{fontFamily: 'Cochin'}}
/>

arlovip avatar Jul 18 '22 16:07 arlovip