talalmajali / react-native-countdown-component

React Native CountDown
MIT License
271 stars 234 forks source link

Pause and Resume functionality #16

Closed rahuldev761 closed 5 years ago

rahuldev761 commented 5 years ago

Hi, it's a good countdown timer. But I want to know how I pause and resume this timer. Please tell me.

talalmajali commented 5 years ago

@rahuldev761 this functionality is not implemented in the component, you can fork it and add a prop called running and set the default to true, and you check this prop at componentWillReveiveProps, and if this prop is false then you set the running interval otherwise you run it every second

rahuldev761 commented 5 years ago

can you please add any snip of code. how I implement It. I am very new in react native and facing problem to implement. Thanx.

Richi2293 commented 5 years ago

is there anyone who is working on this or has it already been done? Otherwise I could do it myself and do a pr.

Pr done: https://github.com/talalmajali/react-native-countdown-component/pull/25