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

React Native CountDown

Results 70 react-native-countdown-component issues
Sort by recently updated
recently updated
newest added

AppState.removeEventListener is now deprecated. In this way you'll receive no warnings.

fix until does not update when state.property is changed , stays one state behind. - adding !this.state.isStartedCountDown and this.props.until !== this.preState.until in componentDidUpdate to check intial update - one state...

In a project I'm working on we only need something like HH:MM:SS. When we set the timer to 2 days, it was displaying 23:59:59 etc. I can make a more...

Hi when i am incrementing the **until** time the countdown UI does not reflect the change. However when i then update it again it reflects the previous value. e.g state.until...

Saving the component event listener created on mount to remove on unmount.

![image](https://user-images.githubusercontent.com/19774294/59286180-76a63600-8c99-11e9-802f-e8c9ed4e88d9.png) when I refresh to reload data to get time countdown and set it for until props, but after 2 times refresh the countdown pause. 3rd I refresh, the countdown...