talalmajali / react-native-countdown-component

React Native CountDown
MIT License
264 stars 233 forks source link

How to reduce the spacing between the separator and the digits ? #81

Open shubhamk1997 opened 4 years ago

shubhamk1997 commented 4 years ago

Want to achieve something like this 01:30 instead of 01 : 30. Is it possible and if it is , which styling has to be changed ?

dianatdss commented 4 years ago

@shubhamk1997 , try setting digitStyle's marginHorizontal to 0. or even a negative value

dskrzypczynski commented 4 years ago

@shubhamk1997 add {width: 'auto', height: 'auto'} on digitStyle