talalmajali / react-native-countdown-component

React Native CountDown
MIT License
266 stars 233 forks source link

Fix digit overflow on google pixel device #35

Open prayuditb opened 5 years ago

prayuditb commented 5 years ago

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}}
/>
UsamaParkar commented 4 years ago

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