react-native-countdown-component
react-native-countdown-component copied to clipboard
Fix digit overflow on google pixel device
Hello @talalmajali,
I've found a style bug and it's happen on some device. The digits are overflow and here is screenshot

and this how I call this component
<CountDown
digitBgColor='#F5928D'
digitTxtColor='#FFFFFF'
timeTxtColor='#F5928D'
timeLabelStyle={{display:'none'}}
until={diffTime}
timeToShow={['H', 'M', 'S']}
onFinish={this.failedTransfer}
size={20}
digitStyle={{padding:20}}
/>
Hi, I have encountered the same issue on a smaller device. Did you find a solution/fix for this problem?