react-native-countdown-component
react-native-countdown-component copied to clipboard
React Native CountDown
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.
 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...