react-native-common-date-picker
react-native-common-date-picker copied to clipboard
Can't change the fontFamily
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?
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'}}
/>