talalmajali / react-native-countdown-component

React Native CountDown
MIT License
271 stars 234 forks source link

Timer twice as fast. [ios] #20

Closed ghost closed 5 years ago

ghost commented 5 years ago

It works properly in android. But countdown timer goes twice as fast in ios. -----------This is my code -------------

        <CountDown
          until={this.state.destroyTime}
          onFinish={() => this.timerAlert()}
          size={20}
          timeToShow={['M']}
          labelM={null}
          labelS={null}
          digitBgColor="transparent"
          digitTxtColor="#70a1ff"
        />
Olcina commented 5 years ago

Hi there, I don't experiment this issue. What testing device are you using?

I'm testing on an Iphone6 through expo-client

talalmajali commented 5 years ago

@vdongbin what react-native version are you using? is it happening in the ios simulator or real device?

talalmajali commented 5 years ago

@vdongbin please update to 2.1.1