talalmajali / react-native-countdown-component

React Native CountDown
MIT License
272 stars 236 forks source link

feat: Add the remaining time to onChange()'s props #34

Open oussamabougy opened 5 years ago

oussamabougy commented 5 years ago

Add the remaining time to onChange()'s props and it can be used this way: onChange={(timeLeft) => console.log(timeLeft)}

rendixx commented 4 years ago

Would love to see this feature