react-native-countdown-component icon indicating copy to clipboard operation
react-native-countdown-component copied to clipboard

Fix digit overflow on google pixel device

Open prayuditb opened this issue 6 years ago • 1 comments

Hello @talalmajali,

I've found a style bug and it's happen on some device. The digits are overflow and here is screenshot ss

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}}
/>

prayuditb avatar Mar 28 '19 04:03 prayuditb

Hi, I have encountered the same issue on a smaller device. Did you find a solution/fix for this problem?

UsamaParkar avatar Feb 03 '20 12:02 UsamaParkar