react-native-countdown-component
react-native-countdown-component copied to clipboard
How to reduce the spacing between the separator and the digits ?
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 ?
@shubhamk1997 , try setting digitStyle's marginHorizontal to 0. or even a negative value
@shubhamk1997 add {width: 'auto', height: 'auto'} on digitStyle