talalmajali / react-native-countdown-component

React Native CountDown
MIT License
271 stars 234 forks source link

basic font family support for digits and labels. #19

Closed sweetcoco closed 5 years ago

sweetcoco commented 5 years ago
<Countdown
digitFontFamily="MySweetFont"
timeTxtFontFamily="MySweeterFont"
/>
talalmajali commented 5 years ago

@sweetcoco with version 2.0.0 now you can override any style you want for digit text as well as time label text Thanks 😄