react-native-countdown-component
react-native-countdown-component copied to clipboard
React Native CountDown
Fix issue #74 after pr #48 for removing deprecated `componentWillReceiveProps` I use `react-native` version `0.61.5` and got same issue #74 after updating `react-native-countdown-component` to `2.7.1`
I think this change has broken the countdown: https://github.com/talalmajali/react-native-countdown-component/commit/28f059478f6ae9479677a3cc5b42334b73a2cc09
Add the remaining time to onChange()'s props and it can be used this way: `onChange={(timeLeft) => console.log(timeLeft)}`
Hello, I just add rtl support. Regards,
When you get the time that the app stay in background, the state until goes to float, so when the time end, the countdown need for more one second to...
Hello @talalmajali, I've found a style bug and it's happen on some device. The digits are overflow and here is screenshot  and this how I call this component ```...
When RN App is RTL order of countdown section is reversed. like this (default styles):  with custom countdown prop style, the user can set `flexDirection: I18nManager.isRTL ? 'row-reverse' :...
This adds a deeper description of how to use the `id` property to reset the timer. Added to the description `id`, and added an example. Also updated the `timeLabels` in...
just remove AppState.remove listener and add another variable for that